{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-get-site-address-output-schema.json", "title": "GetSiteAddressOutput", "description": "GetSiteAddressOutput schema from Amazon Outposts", "type": "object", "properties": { "SiteId": { "$ref": "#/components/schemas/SiteId" }, "AddressType": { "allOf": [ { "$ref": "#/components/schemas/AddressType" }, { "description": "The type of the address you receive. " } ] }, "Address": { "allOf": [ { "$ref": "#/components/schemas/Address" }, { "description": " Information about the address. " } ] } } }