Condition

A condition consists of different matchers. A customer satisfies a condition only of it satisfies all the matchers.

{
  "combiner": "AND",
  "matchers": [ Matcher ]
}

Note that when configuring or updating a feature flag definition, there is no need to specify the combiner, since for now, Split only allows AND combiner.