allOf property

List<JsonSchema>? allOf
getter/setter pair

Schema that must be valid against all of the sub-schemas.

Implementation

core.List<JsonSchema>? allOf;