{ "$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-resources-summary-output-schema.json", "title": "GetResourcesSummaryOutput", "description": "GetResourcesSummaryOutput schema from Amazon Proton API", "type": "object", "properties": { "counts": { "allOf": [ { "$ref": "#/components/schemas/CountsSummary" }, { "description": "Summary counts of each Proton resource type." } ] } }, "required": [ "counts" ] }