{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-structure/openapi-update-site-address-output-structure.json", "name": "UpdateSiteAddressOutput", "description": "UpdateSiteAddressOutput schema from Amazon Outposts", "type": "object", "properties": { "AddressType": { "allOf": [ { "$ref": "#/components/schemas/AddressType" }, { "description": " The type of the address. " } ] }, "Address": { "allOf": [ { "$ref": "#/components/schemas/Address" }, { "description": " Information about an address. " } ] } } }