Skip to content

Commit

Permalink
Remove weatherapiurl from schema and FEFrontConfigType
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Jan 8, 2025
1 parent 691a87c commit 00e5bd7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
6 changes: 1 addition & 5 deletions dotcom-rendering/src/model/front-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@
"discussionD2Uid": {
"type": "string"
},
"weatherapiurl": {
"type": "string"
},
"googleSearchUrl": {
"type": "string"
},
Expand Down Expand Up @@ -346,7 +343,6 @@
"supportUrl",
"switches",
"userAttributesApiUrl",
"weatherapiurl",
"webTitle"
]
},
Expand Down Expand Up @@ -3867,4 +3863,4 @@
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}
}
6 changes: 1 addition & 5 deletions dotcom-rendering/src/model/tag-page-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1131,9 +1131,6 @@
"discussionD2Uid": {
"type": "string"
},
"weatherapiurl": {
"type": "string"
},
"googleSearchUrl": {
"type": "string"
},
Expand Down Expand Up @@ -1236,7 +1233,6 @@
"supportUrl",
"switches",
"userAttributesApiUrl",
"weatherapiurl",
"webTitle"
]
},
Expand Down Expand Up @@ -1937,4 +1933,4 @@
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}
}
1 change: 0 additions & 1 deletion dotcom-rendering/src/types/front.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ export type FEFrontConfigType = {
stripePublicToken: string;
googleRecaptchaSiteKey: string;
discussionD2Uid: string;
weatherapiurl: string;
googleSearchUrl: string;
optimizeEpicUrl: string;
stage: StageType;
Expand Down

0 comments on commit 00e5bd7

Please sign in to comment.