mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -04:00
fix the schema (a problem with condition)
This commit is contained in:
parent
d3917ad5bc
commit
55e820aa92
@ -67,7 +67,7 @@
|
|||||||
"values": {
|
"values": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": ["integer","boolean"]
|
"type": ["integer","boolean","string"]
|
||||||
},
|
},
|
||||||
"additionalItems": false,
|
"additionalItems": false,
|
||||||
"minItems": 1
|
"minItems": 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user