Condition

  • A condition is defined by a name and a list of values.

  • Conditions are represented in JSON format with a "name" field for the condition's name and a "values" field containing an array of string values.

A condition defines a list of condition rule values.

JSON representation
{
  "name": string,
  "values": [
    string
  ]
}
Fields
name

string

The condition name.

values[]

string

The condition values.