prefixItems property

List<JsonSchema>? prefixItems

Ordered list of JsonSchema which the value of the same index must conform to. Used in draft2020-12 https://json-schema.org/draft/2020-12/json-schema-core.html#rfc.section.10.3.1.1

Implementation

List<JsonSchema>? get prefixItems => _prefixItems;