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",