oneOf property

List<JsonSchema>? oneOf
getter/setter pair

Schema that must be valid against at least one of the sub-schemas.

Implementation

core.List<JsonSchema>? oneOf;