Amazon Outposts · JSON Structure

Openapi Update Site Address Input Structure

UpdateSiteAddressInput schema from Amazon Outposts

Type: object Properties: 2 Required: 2
Edge ComputingHybrid CloudInfrastructureOn-Premises

UpdateSiteAddressInput is a JSON Structure definition published by Amazon Outposts, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

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-update-site-address-input-structure.json",
  "name": "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"
  ]
}