anyOf property
List<JsonSchema>
get
anyOf
A List<JsonSchema> which the value must conform to at least one of.
Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.27
Implementation
List<JsonSchema> get anyOf => _anyOf;