JSON Schema Draft 2020-12 Properties Error (Edit)

Schema has properties, providing more detail regarding the structure of each schema being applied as part of a request or a response

JSON SchemaSchemaProperties

Rule Definition

json-schema-2020-12-properties-error.yaml
{"json-schema-2020-12-properties-error":{"description":"Schema has properties, providing more detail regarding the structure of each schema being applied as part of a request or a response","message":"Schema MUST Have Properties","severity":"error","given":"$[?(@.type==\"object\")]","then":{"field":"properties","function":"truthy"}}}

Back to All of the Rules