You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/v1/schema.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,12 @@
130
130
}
131
131
},
132
132
"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.",
0 commit comments