oneOf property

List<JsonSchema>? oneOf
final

A list of schemas where exactly one must be valid.

Implementation

final List<JsonSchema>? oneOf;