Skip to content

Commit b387b33

Browse files
chore(schematics): Updated id to $id (#2831)
"FirebaseDeploySchema" schema is using the keyword "id" which its support is deprecated. Now using "$id" for schema ID. Co-authored-by: James Daniels <[email protected]>
1 parent 9eca578 commit b387b33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/schematics/deploy/schema.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "FirebaseDeploySchema",
4-
"id": "FirebaseDeploySchema",
54
"title": "Firebase Deploy",
65
"description": "Ng Deploy target options for Firebase.",
76
"properties": {

0 commit comments

Comments
 (0)