Condition

  • A condition defines a list of condition rule values.

  • The JSON representation of a condition includes a name (string) and an array of string values.

  • The name field represents the condition name, and the values[] field represents the condition 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.