anyOf property

List<JsonSchema>? anyOf
getter/setter pair

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

Implementation

core.List<JsonSchema>? anyOf;