expose array can contain either strings or numbers
Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
parent
2073805bc1
commit
7326608369
2 changed files with 20 additions and 1 deletions
|
|
@ -42,7 +42,11 @@
|
|||
]
|
||||
},
|
||||
|
||||
"expose": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
|
||||
"expose": {
|
||||
"type": "array",
|
||||
"items": {"type": ["string", "number"]},
|
||||
"uniqueItems": true
|
||||
},
|
||||
|
||||
"extends": {
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue