Amazon Outposts · Schema

UpdateSiteAddressInput

UpdateSiteAddressInput schema from Amazon Outposts

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

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

JSON Schema

openapi-update-site-address-input-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-update-site-address-input-schema.json",
  "title": "UpdateSiteAddressInput",
  "description": "UpdateSiteAddressInput 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": " The address for the site. "
        }
      ]
    }
  },
  "required": [
    "AddressType",
    "Address"
  ]
}