{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-structure/openapi-create-outpost-input-structure.json", "name": "CreateOutpostInput", "description": "CreateOutpostInput schema from Amazon Outposts", "type": "object", "properties": { "Name": { "$ref": "#/components/schemas/OutpostName" }, "Description": { "$ref": "#/components/schemas/OutpostDescription" }, "SiteId": { "allOf": [ { "$ref": "#/components/schemas/SiteId" }, { "description": " The ID or the Amazon Resource Name (ARN) of the site. " } ] }, "AvailabilityZone": { "$ref": "#/components/schemas/AvailabilityZone" }, "AvailabilityZoneId": { "$ref": "#/components/schemas/AvailabilityZoneId" }, "Tags": { "allOf": [ { "$ref": "#/components/schemas/TagMap" }, { "description": "The tags to apply to the Outpost." } ] }, "SupportedHardwareType": { "allOf": [ { "$ref": "#/components/schemas/SupportedHardwareType" }, { "description": " The type of hardware for this Outpost. " } ] } }, "required": [ "Name", "SiteId" ] }