Adyen · JSON Structure

Configuration Invalid Field Structure

InvalidField schema from Adyen API

Type: object Properties: 3 Required: 3
PaymentsFinancial ServicesFintech

InvalidField is a JSON Structure definition published by Adyen, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

message name value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-invalid-field-structure.json",
  "description": "InvalidField schema from Adyen API",
  "type": "object",
  "properties": {
    "message": {
      "description": "Description of the validation error.",
      "type": "string"
    },
    "name": {
      "description": "The field that has an invalid value.",
      "type": "string"
    },
    "value": {
      "description": "The invalid value.",
      "type": "string"
    }
  },
  "required": [
    "name",
    "value",
    "message"
  ],
  "name": "InvalidField"
}