{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-get-environment-account-connection-input-schema.json", "title": "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" ] }