Skip to content

Commit 94db112

Browse files
committed
Enable
1 parent 5bed1c5 commit 94db112

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

schemas/v1/schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@
130130
}
131131
},
132132
"properties": {
133+
"$schema": {
134+
"type": "string",
135+
"format": "uri",
136+
"description": "URI pointing to the JSON Schema that validates this document. Enables machine-readable schema discovery and validation by standard JSON Schema tools.",
137+
"examples": ["https://opensyndrome.org/schema/v1/schema.json"]
138+
},
133139
"@context": {
134140
"description": "JSON-LD context mapping.",
135141
"anyOf": [

0 commit comments

Comments
 (0)