JSON Schema Draft 2020-12 Properties Define Number Minimum Error (Edit)

Schema properties that are of the type number should have a minimum property defined

JSON SchemaSchemaPropertiesTypes

Rule Definition

json-schema-2020-12-properties-define-number-minimum-error.yaml
{"json-schema-2020-12-properties-define-number-minimum-error":{"description":"Schema properties that are of the type number should have a minimum property defined","message":"Schema Number Properties MUST Have Minimum","severity":"error","given":"$.properties[?(@.type==\"number\")]","then":[{"field":"minimum","function":"defined"}]}}

Back to All of the Rules