diff --git a/schema.json b/schema.json index 07b8bd39f..5d0c4355d 100644 --- a/schema.json +++ b/schema.json @@ -5,6 +5,10 @@ "additionalProperties": false, "type": "object", "properties": { + "$schema": { + "type": "string", + "description": "The schema to verify this document against." + }, "dataTypeCase": { "description": "Converts data types to upper- or lowercase.", "$ref": "#/$defs/casing"