{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-get-environment-account-connection-input-structure.json", "name": "GetEnvironmentAccountConnectionInput", "description": "GetEnvironmentAccountConnectionInput schema from Amazon Proton API", "type": "object", "properties": { "id": { "allOf": [ { "$ref": "#/components/schemas/EnvironmentAccountConnectionId" }, { "description": "The ID of the environment account connection that you want to get the detailed data for." } ] } }, "required": [ "id" ] }