{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-create-environment-account-connection-output-structure.json", "name": "CreateEnvironmentAccountConnectionOutput", "description": "CreateEnvironmentAccountConnectionOutput schema from Amazon Proton API", "type": "object", "properties": { "environmentAccountConnection": { "allOf": [ { "$ref": "#/components/schemas/EnvironmentAccountConnection" }, { "description": "The environment account connection detail data that's returned by Proton." } ] } }, "required": [ "environmentAccountConnection" ] }