1
0
Fork 0

Ensure scripts description items are strings

pull/6913/head
Mathias Brodala 2017-12-18 10:43:30 +01:00
parent 80d0c2029b
commit ad56577223
1 changed files with 4 additions and 1 deletions

View File

@ -449,7 +449,10 @@
},
"scripts-description": {
"type": ["object"],
"description": "Descriptions for scripts listeners, shown in console help."
"description": "Descriptions for scripts listeners, shown in console help.",
"additionalProperties": {
"type": "string"
}
},
"support": {
"type": "object",