Bunq · Schema

DeviceRead

Banking

Properties

Name Type Description
DeviceServer object
View JSON Schema on GitHub

JSON Schema

bunq-deviceread-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceRead",
  "title": "DeviceRead",
  "type": "object",
  "properties": {
    "DeviceServer": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/DeviceServer"
    }
  }
}