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