{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-get-service-sync-blocker-summary-output-structure.json", "name": "GetServiceSyncBlockerSummaryOutput", "description": "GetServiceSyncBlockerSummaryOutput schema from Amazon Proton API", "type": "object", "properties": { "serviceSyncBlockerSummary": { "allOf": [ { "$ref": "#/components/schemas/ServiceSyncBlockerSummary" }, { "description": "The detailed data of the requested service sync blocker summary." } ] } } }