JSON Schema
9 rulesJSON Schema documents — types, constraints, and validation.
Document Require Description
info
experience: documentationexperience: data-modeling
spec: schemas
The `description` property should be present.
Document Require ID
info
experience: data-modelingexperience: consistency
spec: schemas
The `$id` property should be present.
Document Require Property
info
experience: data-modelingexperience: consistency
spec: schemas
The `properties` property should be present.
Document Require Required List
info
experience: data-modelingexperience: consistency
spec: schemas
The `required` property should be present.
Document Require Title
info
experience: documentationexperience: data-modeling
spec: schemas
The `title` property should be present.
Document Require Type
info
experience: data-modelingexperience: consistency
spec: schemas
The `type` property should be present.
Schema Property Require Description
info
experience: documentationexperience: data-modeling
spec: properties
The `description` property of each property should be present.
Schema Property Require Type
info
experience: data-modelingexperience: consistency
spec: properties
The `type` property of each property should be present.
Schema Require
info
experience: data-modelingexperience: consistency
spec: schemas
The `$schema` property should be present.
9 of 9 rules shown · ← all artifacts