mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
f53b2a896f
commit
d5286fd06e
@ -115,6 +115,9 @@
|
||||
"properties": {
|
||||
"x": {
|
||||
"type": "array",
|
||||
"maxItems": 6,
|
||||
"minItems": 2,
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
@ -122,6 +125,9 @@
|
||||
},
|
||||
"y": {
|
||||
"type": "array",
|
||||
"maxItems": 6,
|
||||
"minItems": 2,
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
@ -129,6 +135,9 @@
|
||||
},
|
||||
"z": {
|
||||
"type": "array",
|
||||
"maxItems": 6,
|
||||
"minItems": 2,
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user