{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/basiq/refs/heads/main/json-structure/connection.json", "title": "Connection", "type": "record", "fields": [ { "name": "id", "type": "xs:string", "description": "Connection ID" }, { "name": "status", "type": "xs:string", "description": "" }, { "name": "institution", "type": "xs:complexType", "description": "" }, { "name": "lastUpdated", "type": "xs:string", "description": "" } ] }