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": {
|
"properties": {
|
||||||
"x": {
|
"x": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
"maxItems": 6,
|
||||||
|
"minItems": 2,
|
||||||
|
"uniqueItems": true,
|
||||||
"items": {
|
"items": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
@ -122,6 +125,9 @@
|
|||||||
},
|
},
|
||||||
"y": {
|
"y": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
"maxItems": 6,
|
||||||
|
"minItems": 2,
|
||||||
|
"uniqueItems": true,
|
||||||
"items": {
|
"items": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
@ -129,6 +135,9 @@
|
|||||||
},
|
},
|
||||||
"z": {
|
"z": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
"maxItems": 6,
|
||||||
|
"minItems": 2,
|
||||||
|
"uniqueItems": true,
|
||||||
"items": {
|
"items": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user