Bunq · Schema

NotificationFilterFailure

Banking

Properties

Name Type Description
notification_filter_failed_ids string The IDs to retry.
View JSON Schema on GitHub

JSON Schema

bunq-notificationfilterfailure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationFilterFailure",
  "title": "NotificationFilterFailure",
  "type": "object",
  "properties": {
    "notification_filter_failed_ids": {
      "type": "string",
      "description": "The IDs to retry.",
      "readOnly": false,
      "writeOnly": true
    }
  },
  "required": [
    "notification_filter_failed_ids"
  ]
}