docs: change field name from id to $id in schema.json file (#42528)
fix error "SchematicsMyService" schema is using the keyword "id" which its support is deprecated. Use "$id" for schema ID. PR Close #42528
This commit is contained in:
parent
aef489f139
commit
ec90d8d5e5
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"id": "SchematicsMyService",
|
||||
"$id": "SchematicsMyService",
|
||||
"title": "My Service Schema",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -25,4 +25,4 @@
|
|||
"required": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue