{ "type": "object", "properties": { "ConnectionName": { "type": "string" }, "ConnectionArn": { "type": "string" }, "ProviderType": { "type": "string", "enum": [ "GITHUB", "BITBUCKET" ] }, "Status": { "type": "string", "enum": [ "PENDING_HANDSHAKE", "AVAILABLE", "ERROR", "DELETED" ] }, "CreatedAt": { "type": "datetime" } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-runner/refs/heads/main/json-structure/app-runner-connection-structure.json", "name": "Connection", "description": "Connection schema from AWS App Runner" }