Bunq · Schema

ExportAnnualOverview

Banking

Properties

Name Type Description
year integer The year for which the overview is.
View JSON Schema on GitHub

JSON Schema

bunq-exportannualoverview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExportAnnualOverview",
  "title": "ExportAnnualOverview",
  "type": "object",
  "properties": {
    "year": {
      "type": "integer",
      "description": "The year for which the overview is.",
      "readOnly": false,
      "writeOnly": false
    }
  },
  "required": [
    "year"
  ]
}