Skip to content

Commit 5df3046

Browse files
authored
Add $schema property to schema.json
Added $schema property to define schema verification.
1 parent 976f97d commit 5df3046

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"additionalProperties": false,
66
"type": "object",
77
"properties": {
8+
"$schema": {
9+
"type": "string",
10+
"description": "The schema to verify this document against."
11+
},
812
"dataTypeCase": {
913
"description": "Converts data types to upper- or lowercase.",
1014
"$ref": "#/$defs/casing"

0 commit comments

Comments
 (0)