From 6009434380b22ce845a3bc9c6710c43f428a05dc Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Thu, 22 Jun 2023 18:54:07 +0700 Subject: [PATCH] Fix description of ID in schema --- tools/schema/atlas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/schema/atlas.json b/tools/schema/atlas.json index 4559efb8..c1867e68 100644 --- a/tools/schema/atlas.json +++ b/tools/schema/atlas.json @@ -21,7 +21,7 @@ "description": "The ID of the entry. The value is a placeholder for new entries." } ], - "description": "The ID of the entry. Usually, this is a number (string or number) this is the post ID of the new entry submission." + "description": "The ID of the entry. Usually, this is a number (preferably number, or string), or the post ID of the new entry submission." }, "name": { "type": "string",