We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e31c1 commit 6e89dceCopy full SHA for 6e89dce
src/deploy/schema.json
@@ -1,5 +1,5 @@
1
{
2
- "id": "Schema",
+ "$id": "Schema",
3
"title": "schema",
4
"description": "Deployment of Angular CLI applications to the file system",
5
"properties": {
src/ng-add-schema.json
@@ -1,6 +1,6 @@
"$schema": "http://json-schema.org/schema",
- "id": "ngx-deploy-starter-ng-add-schematic",
+ "$id": "ngx-deploy-starter-ng-add-schematic",
"title": "ngx-deploy-starter ng-add schematic",
"type": "object",
6
"properties": {},
0 commit comments