anyOf property

List<Schema> anyOf
final

Optional. The value should be validated against any (one or more) of the subschemas in the list.

Implementation

final List<Schema> anyOf;