Update grammar JSON schema

This commit is contained in:
Max Brunsfeld 2017-03-17 16:41:30 -07:00
parent ed8fbff175
commit 17876b6826

View file

@ -31,6 +31,13 @@
}
},
"externals": {
"type": "array",
"items": {
"$ref": "#/definitions/rule"
}
},
"conflicts": {
"type": "array",
"items": {
@ -40,14 +47,6 @@
"pattern": "^[a-zA-Z_]\\w*$"
}
}
},
"externals": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-zA-Z_]\\w*$"
}
}
},