fix(misc): make generated schemas compliant with json schema spec (#6548)
This commit is contained in:
parent
89c70f2264
commit
ddfbac50b2
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"cli": "nx",
|
||||
"id": "<%= className %>",
|
||||
"$id": "<%= className %>",
|
||||
"title": "",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"cli": "nx",
|
||||
"id": "<%= name %>",
|
||||
"$id": "<%= name %>",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user