From d5286fd06e90d80485f9652544716b01b36c8b95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jun 2022 04:44:27 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/star_system_schema.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NewHorizons/Schemas/star_system_schema.json b/NewHorizons/Schemas/star_system_schema.json index c3c3fe30..27ea2b68 100644 --- a/NewHorizons/Schemas/star_system_schema.json +++ b/NewHorizons/Schemas/star_system_schema.json @@ -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"