Skip to content

Commit 00e5bd7

Browse files
committed
Remove weatherapiurl from schema and FEFrontConfigType
1 parent 691a87c commit 00e5bd7

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

dotcom-rendering/src/model/front-schema.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@
241241
"discussionD2Uid": {
242242
"type": "string"
243243
},
244-
"weatherapiurl": {
245-
"type": "string"
246-
},
247244
"googleSearchUrl": {
248245
"type": "string"
249246
},
@@ -346,7 +343,6 @@
346343
"supportUrl",
347344
"switches",
348345
"userAttributesApiUrl",
349-
"weatherapiurl",
350346
"webTitle"
351347
]
352348
},
@@ -3867,4 +3863,4 @@
38673863
}
38683864
},
38693865
"$schema": "http://json-schema.org/draft-07/schema#"
3870-
}
3866+
}

dotcom-rendering/src/model/tag-page-schema.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1131,9 +1131,6 @@
11311131
"discussionD2Uid": {
11321132
"type": "string"
11331133
},
1134-
"weatherapiurl": {
1135-
"type": "string"
1136-
},
11371134
"googleSearchUrl": {
11381135
"type": "string"
11391136
},
@@ -1236,7 +1233,6 @@
12361233
"supportUrl",
12371234
"switches",
12381235
"userAttributesApiUrl",
1239-
"weatherapiurl",
12401236
"webTitle"
12411237
]
12421238
},
@@ -1937,4 +1933,4 @@
19371933
}
19381934
},
19391935
"$schema": "http://json-schema.org/draft-07/schema#"
1940-
}
1936+
}

dotcom-rendering/src/types/front.ts

-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ export type FEFrontConfigType = {
520520
stripePublicToken: string;
521521
googleRecaptchaSiteKey: string;
522522
discussionD2Uid: string;
523-
weatherapiurl: string;
524523
googleSearchUrl: string;
525524
optimizeEpicUrl: string;
526525
stage: StageType;

0 commit comments

Comments
 (0)