Basiq · JSON Structure

Connection

Type: record Properties: 0
AustraliaBankingCDRFinancial DataFintechOpen BankingTransactions

Connection is a JSON Structure definition published by Basiq. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$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": ""
    }
  ]
}