Bunq · Schema

WhitelistSddOneOffCreate

Banking

Properties

Name Type Description
Id object The id of the created item
View JSON Schema on GitHub

JSON Schema

bunq-whitelistsddoneoffcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WhitelistSddOneOffCreate",
  "title": "WhitelistSddOneOffCreate",
  "type": "object",
  "properties": {
    "Id": {
      "type": "object",
      "description": "The id of the created item",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/BunqId"
    }
  }
}