oneOf property
List<JsonSchema>
get
oneOf
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.28
Implementation
List<JsonSchema> get oneOf => _oneOf;