{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-structure/openapi-start-connection-response-structure.json", "name": "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. " } ] } } }