feat: add JSON schema for "name" property

This commit is contained in:
Gajus Kuizinas 2016-09-09 09:05:06 +01:00
parent 56de487c4f
commit 68460a0586
1 changed files with 4 additions and 0 deletions

View File

@ -398,6 +398,10 @@
"module": {
"#ref": "#/definitions/module"
},
"name": {
"description": "Name of the configuration. Used when loading multiple configurations.",
"type": "string"
},
"node": {
"description": "Include polyfills or mocks for various node stuff.",
"properties": {