JSON Schema Draft 2020-12 Properties Array Items Info (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-info.yaml
{"json-schema-2020-12-properties-array-items-info":{"description":"Schema properties that are of the type array must have an items property defined","message":"Schema Array Properties Has Items","severity":"info","given":"$.properties[?(@.type==\"array\")]","then":{"field":"items","function":"falsy"}}}

Back to All of the Rules