Ensure scripts description items are strings
parent
80d0c2029b
commit
ad56577223
|
@ -449,7 +449,10 @@
|
||||||
},
|
},
|
||||||
"scripts-description": {
|
"scripts-description": {
|
||||||
"type": ["object"],
|
"type": ["object"],
|
||||||
"description": "Descriptions for scripts listeners, shown in console help."
|
"description": "Descriptions for scripts listeners, shown in console help.",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
Loading…
Reference in New Issue