JSON Schema Draft 2020-12 Properties Descriptions Info (Edit)

Schema properties should have descriptions that provide a narrative of the property contains, and how it can be used

JSON SchemaSchemaPropertiesMetadata

Rule Definition

json-schema-2020-12-properties-descriptions-info.yaml
{"json-schema-2020-12-properties-descriptions-info":{"description":"Schema properties should have descriptions that provide a narrative of the property contains, and how it can be used","message":"Schema Properties Have Description","severity":"info","given":"$.properties[?(@.type == 'string')]","then":{"field":"description","function":"falsy"}}}

Back to All of the Rules