From 1550f8100df878a9aff5bf22a14984cf5021ef3a Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 13 Oct 2022 19:25:17 +0200 Subject: [PATCH] Updated UUID #127 --- source/general/UUIDV4.json | 4 ++-- source/general/manifest/manifest.2.json | 2 +- source/general/world_x_packs.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/general/UUIDV4.json b/source/general/UUIDV4.json index 225de8f3..8bda89fe 100644 --- a/source/general/UUIDV4.json +++ b/source/general/UUIDV4.json @@ -1,9 +1,9 @@ { "$id": "UUIDV4", - "description": "A valid uuid v4.", + "description": "A valid UUID v4.", "format": "uuid", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$", - "title": "A UUID V4", + "title": "A UUID format v4", "type": "string", "defaultSnippets": [{ "label": "new UUID v4", "body": "$UUID" }] } diff --git a/source/general/manifest/manifest.2.json b/source/general/manifest/manifest.2.json index 3b3175d1..1d100277 100644 --- a/source/general/manifest/manifest.2.json +++ b/source/general/manifest/manifest.2.json @@ -9,7 +9,7 @@ "uuidv4": { "type": "string", "title": "An UUID V4", - "description": "A valid uuid v4.", + "description": "A valid UUID v4.", "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$", "format": "uuid" }, diff --git a/source/general/world_x_packs.json b/source/general/world_x_packs.json index 84fcb96e..8a34b798 100644 --- a/source/general/world_x_packs.json +++ b/source/general/world_x_packs.json @@ -11,7 +11,7 @@ "description": "A reference to a pack.", "type": "object", "properties": { - "pack_id": { "description": "The uuid of the pack to include.", "$ref": "./UUIDV4.json", "title": "Pack Id" }, + "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" } } }