diff --git a/dotcom-rendering/src/model/front-schema.json b/dotcom-rendering/src/model/front-schema.json index 0dcefd774f..2dfcbc4ef4 100644 --- a/dotcom-rendering/src/model/front-schema.json +++ b/dotcom-rendering/src/model/front-schema.json @@ -241,9 +241,6 @@ "discussionD2Uid": { "type": "string" }, - "weatherapiurl": { - "type": "string" - }, "googleSearchUrl": { "type": "string" }, @@ -346,7 +343,6 @@ "supportUrl", "switches", "userAttributesApiUrl", - "weatherapiurl", "webTitle" ] }, @@ -3867,4 +3863,4 @@ } }, "$schema": "http://json-schema.org/draft-07/schema#" -} \ No newline at end of file +} diff --git a/dotcom-rendering/src/model/tag-page-schema.json b/dotcom-rendering/src/model/tag-page-schema.json index 0cee409dec..16e777f208 100644 --- a/dotcom-rendering/src/model/tag-page-schema.json +++ b/dotcom-rendering/src/model/tag-page-schema.json @@ -1131,9 +1131,6 @@ "discussionD2Uid": { "type": "string" }, - "weatherapiurl": { - "type": "string" - }, "googleSearchUrl": { "type": "string" }, @@ -1236,7 +1233,6 @@ "supportUrl", "switches", "userAttributesApiUrl", - "weatherapiurl", "webTitle" ] }, @@ -1937,4 +1933,4 @@ } }, "$schema": "http://json-schema.org/draft-07/schema#" -} \ No newline at end of file +} diff --git a/dotcom-rendering/src/types/front.ts b/dotcom-rendering/src/types/front.ts index cb8f0477a8..a68347551a 100644 --- a/dotcom-rendering/src/types/front.ts +++ b/dotcom-rendering/src/types/front.ts @@ -520,7 +520,6 @@ export type FEFrontConfigType = { stripePublicToken: string; googleRecaptchaSiteKey: string; discussionD2Uid: string; - weatherapiurl: string; googleSearchUrl: string; optimizeEpicUrl: string; stage: StageType;