zaraz_variable-match-rule

APIs.ioEngineeringPlatform

Properties

Name Type Description
action string
id string
settings object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zaraz-variable-match-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zaraz_variable-match-rule",
  "title": "zaraz_variable-match-rule",
  "properties": {
    "action": {
      "enum": [
        "variableMatch"
      ],
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "settings": {
      "properties": {
        "match": {
          "type": "string"
        },
        "variable": {
          "type": "string"
        }
      },
      "required": [
        "variable",
        "match"
      ],
      "type": "object"
    }
  },
  "required": [
    "id",
    "action",
    "settings"
  ],
  "type": "object"
}