JSON Schema Draft 2020-12 Properties Array Maxitems Error (Edit)

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

JSON SchemaSchemaPropertiesTypes

Rule Definition

json-schema-2020-12-properties-array-maxitems-error.yaml
{"json-schema-2020-12-properties-array-maxitems-error":{"description":"Schema properties that are of the type array should have a max items property defined","message":"Schema Array Properties MUST Have Max Items","severity":"error","given":"$.properties[?(@.type==\"array\")]","then":[{"field":"maxItems","function":"truthy"}]}}

Back to All of the Rules