{ "$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-get-repository-sync-status-output-schema.json", "title": "GetRepositorySyncStatusOutput", "description": "GetRepositorySyncStatusOutput schema from Amazon Proton API", "type": "object", "properties": { "latestSync": { "allOf": [ { "$ref": "#/components/schemas/RepositorySyncAttempt" }, { "description": "The repository sync status detail data that's returned by Proton." } ] } } }