anyOf property

List<JsonSchema>? anyOf
final

A list of schemas where at least one must be valid.

Implementation

final List<JsonSchema>? anyOf;