{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-get-connection-response-schema.json", "title": "GetConnectionResponse", "description": "GetConnectionResponse schema from Amazon Outposts", "type": "object", "properties": { "ConnectionId": { "allOf": [ { "$ref": "#/components/schemas/ConnectionId" }, { "description": " The ID of the connection. " } ] }, "ConnectionDetails": { "allOf": [ { "$ref": "#/components/schemas/ConnectionDetails" }, { "description": " Information about the connection. " } ] } } }