JSON Schema Draft 2020-12 Properties Names Length Error (Edit)

Schema property names have a length restriction applied, keeping names consistent, and avoiding being too long

JSON SchemaSchemaPropertiesMetadata

Rule Definition

json-schema-2020-12-properties-names-length-error.yaml
{"json-schema-2020-12-properties-names-length-error":{"description":"Schema property names have a length restriction applied, keeping names consistent, and avoiding being too long","message":"Schema Properties Name Length","severity":"error","given":"$properties","then":{"field":"@key","function":"length","functionOptions":{"max":25}}}}

Back to All of the Rules