EqualsParams
equals strategy parameters.
value: the label to match labels: optional closed set of valid labels (subset of the categorical type's declared label set). When provided, 'value' must be a member of this list. Validated at compile time against the concept's declared categorical labels.
Calibration note: equals has no numeric parameter to adjust. POST /conditions/calibrate always returns no_recommendation with reason='not_applicable_strategy' for conditions using this strategy.
valueValue (string)required
labels object
anyOf
- string[]
- null
Array [
string
]
EqualsParams
{
"value": "string",
"labels": [
"string"
]
}