Basiq · JSON Structure

Connectionlistresponse

Type: record Properties: 0
AustraliaBankingCDRFinancial DataFintechOpen BankingTransactions

Connectionlistresponse 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/connectionlistresponse.json",
  "title": "ConnectionListResponse",
  "type": "record",
  "fields": [
    {
      "name": "type",
      "type": "xs:string",
      "description": ""
    },
    {
      "name": "data",
      "type": "xs:sequence",
      "description": ""
    },
    {
      "name": "size",
      "type": "xs:integer",
      "description": ""
    }
  ]
}