Bunq · Schema

CardBatchCreate

Banking

Properties

Name Type Description
updated_card_ids array The ids of the cards that have been updated.
View JSON Schema on GitHub

JSON Schema

bunq-cardbatchcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CardBatchCreate",
  "title": "CardBatchCreate",
  "type": "object",
  "properties": {
    "updated_card_ids": {
      "type": "array",
      "description": "The ids of the cards that have been updated.",
      "readOnly": true,
      "writeOnly": false,
      "items": {
        "$ref": "#/components/schemas/BunqId"
      }
    }
  }
}