Bunq · Schema

TransferwiseRequirementFieldGroupValidationAsyncParams

Banking

Properties

Name Type Description
key string The parameter key.
parameter_name string The parameter label.
required boolean Shows whether the parameter is required or not.
View JSON Schema on GitHub

JSON Schema

bunq-transferwiserequirementfieldgroupvalidationasyncparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransferwiseRequirementFieldGroupValidationAsyncParams",
  "title": "TransferwiseRequirementFieldGroupValidationAsyncParams",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "The parameter key.",
      "readOnly": true,
      "writeOnly": false
    },
    "parameter_name": {
      "type": "string",
      "description": "The parameter label.",
      "readOnly": true,
      "writeOnly": false
    },
    "required": {
      "type": "boolean",
      "description": "Shows whether the parameter is required or not.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}