Amazon Outposts · Schema

GetSiteAddressOutput

GetSiteAddressOutput schema from Amazon Outposts

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
SiteId object
AddressType object
Address object
View JSON Schema on GitHub

JSON Schema

openapi-get-site-address-output-schema.json Raw ↑
{
  "$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. "
        }
      ]
    }
  }
}