The value must match exactly one of the listed schemas.
{"oneOf": [{"type": "string"}, {"type": "number"}]}
Use oneOf for discriminated unions and mutually exclusive shapes.