allOf property

List<JsonSchema>? allOf
final

A list of schemas that must all be valid.

Implementation

final List<JsonSchema>? allOf;