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