{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-delete-repository-output-structure.json", "name": "DeleteRepositoryOutput", "description": "DeleteRepositoryOutput schema from Amazon Proton API", "type": "object", "properties": { "repository": { "allOf": [ { "$ref": "#/components/schemas/Repository" }, { "description": "The deleted repository link's detail data that's returned by Proton." } ] } } }