{ "$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-reject-environment-account-connection-input-schema.json", "title": "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" ] }