QualificationMultiValueTextMatchConfigurationInput
Input Object
Input for qualification multi-value text match configuration.
Fields
type MatchStrategy! Required
Whether answer must match any or all provided values.
values [String!]! Required
Values applicant must match.
Example
{"type": "ALL", "values": ["xyz789"]}