UpdateOutpostInput schema from Amazon Outposts
{ "$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-outpost-input-schema.json", "title": "UpdateOutpostInput", "description": "UpdateOutpostInput schema from Amazon Outposts", "type": "object", "properties": { "Name": { "$ref": "#/components/schemas/OutpostName" }, "Description": { "$ref": "#/components/schemas/OutpostDescription" }, "SupportedHardwareType": { "allOf": [ { "$ref": "#/components/schemas/SupportedHardwareType" }, { "description": " The type of hardware for this Outpost. " } ] } } }