Skip to content

Commit d394f04

Browse files
authored
Accept $schema entity in the FileSpec schema (#2549)
1 parent 8b18d92 commit d394f04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema/filespec-schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"pattern": ""
1818
}
1919
]
20+
},
21+
"$schema": {
22+
"type": "string",
23+
"description": "The schema to verify this document against."
2024
}
2125
},
2226
"$file": {

0 commit comments

Comments
 (0)