Adyen · Schema

ActiveNetworkTokensRestriction

PaymentsFinancial ServicesFintech

Properties

Name Type Description
operation string Defines how the condition must be evaluated.
value integer The number of tokens.
View JSON Schema on GitHub

JSON Schema

adyen-activenetworktokensrestriction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActiveNetworkTokensRestriction",
  "title": "ActiveNetworkTokensRestriction",
  "properties": {
    "operation": {
      "description": "Defines how the condition must be evaluated.",
      "type": "string"
    },
    "value": {
      "description": "The number of tokens.",
      "format": "int32",
      "type": "integer"
    }
  },
  "required": [
    "operation"
  ],
  "type": "object"
}