{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-delete-service-sync-config-input-schema.json", "title": "DeleteServiceSyncConfigInput", "description": "DeleteServiceSyncConfigInput schema from Amazon Proton API", "type": "object", "properties": { "serviceName": { "allOf": [ { "$ref": "#/components/schemas/ResourceName" }, { "description": "The name of the service that you want to delete the service sync configuration for." } ] } }, "required": [ "serviceName" ] }