From 3a09ce7714fd8547c9314705fbe51ac1defae72d Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 8 Oct 2021 13:50:40 +0200 Subject: [PATCH] Refactor world_x_packs --- source/general/world_x_packs.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/source/general/world_x_packs.json b/source/general/world_x_packs.json index ca661594..4ac39440 100644 --- a/source/general/world_x_packs.json +++ b/source/general/world_x_packs.json @@ -5,14 +5,13 @@ "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "examples": [[{ "pack_id": "UUID", "version": [1, 0, 0] }]], - "definitions": { "uuidv4": { "$ref": "./UUIDV4.json" }, "version": { "$ref": "./Version.json" } }, "items": { + "title": "Items", + "description": "A reference to a pack", "type": "object", "properties": { - "pack_id": { "description": "The uuid of the pack to include", "$ref": "#/definitions/uuidv4", "title": "Pack Id" }, - "version": { "description": "The version of the pack", "$ref": "#/definitions/version", "title": "Version" } - }, - "description": "UNDOCUMENTED: items", - "title": "Items" + "pack_id": { "description": "The uuid of the pack to include", "$ref": "./UUIDV4.json", "title": "Pack Id" }, + "version": { "description": "The version of the pack", "$ref": "./Version.json", "title": "Version" } + } } }