Bunq · Schema

Error

Banking
View JSON Schema on GitHub

JSON Schema

bunq-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "error_description": {
        "type": "string",
        "description": "The error description in English."
      },
      "error_description_translated": {
        "type": "string",
        "description": "The error description translated to the user's language."
      }
    }
  }
}