Update json-schema
parent
da6566b343
commit
044081691f
|
@ -37,7 +37,7 @@
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
"license": {
|
"license": {
|
||||||
"type": "string",
|
"type": ["string", "array"],
|
||||||
"description": "License name",
|
"description": "License name",
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
@ -73,6 +73,31 @@
|
||||||
"additionalProperties": true,
|
"additionalProperties": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
"replace": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": true,
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"conflict": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": true,
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"provide": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": true,
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"recommend": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": true,
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": true,
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"type": ["object", "array"],
|
"type": ["object", "array"],
|
||||||
"additionalProperties": true,
|
"additionalProperties": true,
|
||||||
|
|
Loading…
Reference in New Issue