Add const
This commit is contained in:
parent
00f79281db
commit
49b2d1f89d
4 changed files with 7 additions and 3 deletions
|
@ -101,6 +101,9 @@
|
|||
},
|
||||
"nullable": true
|
||||
},
|
||||
"const": {
|
||||
"nullable": true
|
||||
},
|
||||
"contains": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"const": true,
|
||||
"contains": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue