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",
|
"$schema": "http://json-schema.org/schema",
|
||||||
"cli": "nx",
|
"cli": "nx",
|
||||||
"id": "<%= className %>",
|
"$id": "<%= className %>",
|
||||||
"title": "",
|
"title": "",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "http://json-schema.org/schema",
|
||||||
"cli": "nx",
|
"cli": "nx",
|
||||||
"id": "<%= name %>",
|
"$id": "<%= name %>",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {
|
"name": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user