Skip to content

Commit 2a12b72

Browse files
authored
Update schema.json
Resolves issue with latest version of angular schematics ``` Error: NOT SUPPORTED: keyword "id", use "$id" for schema ID ```
1 parent 2757480 commit 2a12b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schematics/install/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/schema",
3-
"id": "SchematicsNestEngineInstall",
3+
"$id": "SchematicsNestEngineInstall",
44
"title": "Nest Engine Install Options Schema",
55
"type": "object",
66
"properties": {

0 commit comments

Comments
 (0)