Requires at least one of the schemas be satisfied.
The base form takes 2 schemas, but oneOf3, oneOf4, and oneOf5 take more. If you need even more than that, use something like oneOf(oneOf5(…), oneOf5(…))
oneOf3
oneOf4
oneOf5
oneOf(oneOf5(…), oneOf5(…))
Requires at least one of the schemas be satisfied.
The base form takes 2 schemas, but
oneOf3
,oneOf4
, andoneOf5
take more. If you need even more than that, use something likeoneOf(oneOf5(…), oneOf5(…))