From d14b80ba6f4cad9e7c45201065df42fb14e5775a Mon Sep 17 00:00:00 2001 From: Charlotte Date: Tue, 19 Nov 2024 11:58:48 +0000 Subject: [PATCH] update schema --- dotcom-rendering/src/model/front-schema.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dotcom-rendering/src/model/front-schema.json b/dotcom-rendering/src/model/front-schema.json index c6a61a8bc7..4ff37ba679 100644 --- a/dotcom-rendering/src/model/front-schema.json +++ b/dotcom-rendering/src/model/front-schema.json @@ -2727,7 +2727,7 @@ "type": "object", "properties": { "type": { - "$ref": "#/definitions/FEContainerPalette" + "$ref": "#/definitions/FEContainerMetadata" } }, "required": [ @@ -3233,7 +3233,7 @@ ], "type": "string" }, - "FEContainerPalette": { + "FEContainerMetadata": { "enum": [ "Branded", "Breaking", @@ -3247,7 +3247,6 @@ "LongRunningAltPalette", "LongRunningPalette", "Podcast", - "Primary", "Secondary", "SombreAltPalette", "SombrePalette",