Add const

This commit is contained in:
Graham Esau 2019-09-14 18:54:07 +01:00
parent 00f79281db
commit 49b2d1f89d
4 changed files with 7 additions and 3 deletions

View file

@ -101,6 +101,9 @@
},
"nullable": true
},
"const": {
"nullable": true
},
"contains": {
"anyOf": [
{

View file

@ -117,6 +117,7 @@
}
]
},
"const": true,
"contains": {
"anyOf": [
{