From 35ae43145b2f1c1067e66c775dfc6aa26b40418f Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Mon, 5 Feb 2024 11:33:59 +0100 Subject: [PATCH] rebuild schema json too --- schema/schema.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/schema/schema.json b/schema/schema.json index 2976a506..6c123aee 100644 --- a/schema/schema.json +++ b/schema/schema.json @@ -4068,7 +4068,7 @@ "type": "boolean" }, "value": { - "const": "listed.gradeI", + "const": "listed.grade.I", "type": "string" } }, @@ -4091,7 +4091,7 @@ "type": "boolean" }, "value": { - "const": "listed.gradeII", + "const": "listed.grade.II", "type": "string" } }, @@ -4114,7 +4114,7 @@ "type": "boolean" }, "value": { - "const": "listed.gradeII*", + "const": "listed.grade.II*", "type": "string" } }, @@ -5243,7 +5243,7 @@ "type": "boolean" }, "value": { - "const": "listed.gradeI", + "const": "listed.grade.I", "type": "string" } }, @@ -5297,7 +5297,7 @@ "type": "boolean" }, "value": { - "const": "listed.gradeII", + "const": "listed.grade.II", "type": "string" } }, @@ -5351,7 +5351,7 @@ "type": "boolean" }, "value": { - "const": "listed.gradeII*", + "const": "listed.grade.II*", "type": "string" } },