{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "ConnectionSummary", "type": "record", "fields": [ { "name": "ConnectionName", "type": "string" }, { "name": "ConnectionArn", "type": "string" }, { "name": "ProviderType", "type": "string" }, { "name": "Status", "type": "string" }, { "name": "CreatedAt", "type": "string" } ] }