oneOf property

List<DataSchema>? oneOf
final

Allows the specification of multiple DataSchemas for validation.

Data has to be valid against exactly one of these DataSchemas.

Implementation

final List<DataSchema>? oneOf;