Lithic · Schema

Conditional Operation

The operation to apply to the attribute

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-conditional-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/conditional-operation",
  "title": "Conditional Operation",
  "type": "string",
  "description": "The operation to apply to the attribute",
  "enum": [
    "IS_ONE_OF",
    "IS_NOT_ONE_OF",
    "MATCHES",
    "DOES_NOT_MATCH",
    "IS_EQUAL_TO",
    "IS_NOT_EQUAL_TO",
    "IS_GREATER_THAN",
    "IS_GREATER_THAN_OR_EQUAL_TO",
    "IS_LESS_THAN",
    "IS_LESS_THAN_OR_EQUAL_TO",
    "IS_AFTER",
    "IS_BEFORE",
    "CONTAINS_ANY",
    "CONTAINS_ALL",
    "CONTAINS_NONE"
  ]
}