Requires all of the schemas be satisfied.
The base form takes 2 schemas, but allOf3, allOf4, and allOf5 take more. If you need even more than that, use something like allOf(allOf5(…), allOf5(…))
allOf3
allOf4
allOf5
allOf(allOf5(…), allOf5(…))
Requires all of the schemas be satisfied.
The base form takes 2 schemas, but
allOf3
,allOf4
, andallOf5
take more. If you need even more than that, use something likeallOf(allOf5(…), allOf5(…))