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

Schema properties that are of the type array must have an items property defined

JSON SchemaSchemaPropertiesTypes

Rule Definition

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

Back to All of the Rules