From bb25e8b80a02bd4a4b2ce921266744529963c426 Mon Sep 17 00:00:00 2001 From: Osas <82843187+Osarhomiyeke@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:48:52 +0100 Subject: [PATCH] Updated the 'sample' description on the exported-schema.json --- packages/schema/exported-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/exported-schema.json b/packages/schema/exported-schema.json index 6314f102d..1393a9735 100644 --- a/packages/schema/exported-schema.json +++ b/packages/schema/exported-schema.json @@ -108,7 +108,7 @@ "minLength": 1 }, "sample": { - "description": "It's important that the value match the sample. Otherwise, the actual value won't match what the user picked, which is confusing.", + "description": "A legacy field that is no longer used by the editor, but it is still required for now and should match the value.", "type": "string", "minLength": 1 },