oneOf property
Allows the specification of multiple DataSchemas for validation.
Data has to be valid against exactly one of these DataSchemas.
Implementation
final List<DataSchema>? oneOf;
Allows the specification of multiple DataSchemas for validation.
Data has to be valid against exactly one of these DataSchemas.
final List<DataSchema>? oneOf;