Update json-schema
parent
da6566b343
commit
044081691f
|
@ -37,7 +37,7 @@
|
|||
"required": true
|
||||
},
|
||||
"license": {
|
||||
"type": "string",
|
||||
"type": ["string", "array"],
|
||||
"description": "License name",
|
||||
"optional": true
|
||||
},
|
||||
|
@ -73,6 +73,31 @@
|
|||
"additionalProperties": 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": {
|
||||
"type": ["object", "array"],
|
||||
"additionalProperties": true,
|
||||
|
|
Loading…
Reference in New Issue