StartConnectionResponse 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-start-connection-response-schema.json", "title": "StartConnectionResponse", "description": "StartConnectionResponse schema from Amazon Outposts", "type": "object", "properties": { "ConnectionId": { "allOf": [ { "$ref": "#/components/schemas/ConnectionId" }, { "description": " The ID of the connection. " } ] }, "UnderlayIpAddress": { "allOf": [ { "$ref": "#/components/schemas/UnderlayIpAddress" }, { "description": " The underlay IP address. " } ] } } }