JSON Schema Draft 2020-12 Properties Array Minitems Info (Edit)

Schema properties that are of the type array should have a min items property defined

JSON SchemaSchemaPropertiesTypes

Rule Definition

json-schema-2020-12-properties-array-minitems-info.yaml
{"json-schema-2020-12-properties-array-minitems-info":{"description":"Schema properties that are of the type array should have a min items property defined","message":"Schema Array Properties Have Min Items","severity":"info","given":"$.properties[?(@.type==\"array\")]","then":[{"field":"minItems","function":"falsy"}]}}

Back to All of the Rules