Amazon Outposts · JSON Structure

Openapi Get Site Address Output Structure

GetSiteAddressOutput schema from Amazon Outposts

Type: object Properties: 3
Edge ComputingHybrid CloudInfrastructureOn-Premises

GetSiteAddressOutput is a JSON Structure definition published by Amazon Outposts, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SiteId AddressType Address

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-structure/openapi-get-site-address-output-structure.json",
  "name": "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. "
        }
      ]
    }
  }
}