Skip to content

Commit 4463710

Browse files
committed
re generate schema to include the atom in football matches and tables data
1 parent ec5bb26 commit 4463710

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

dotcom-rendering/src/frontend/schemas/feFootballMatchListPage.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,25 @@
119119
},
120120
"previousPage": {
121121
"type": "string"
122+
},
123+
"atom": {
124+
"type": "object",
125+
"properties": {
126+
"html": {
127+
"type": "string"
128+
},
129+
"css": {
130+
"type": "string"
131+
},
132+
"mainJS": {
133+
"type": "string"
134+
}
135+
},
136+
"required": [
137+
"css",
138+
"html",
139+
"mainJS"
140+
]
122141
}
123142
},
124143
"required": [

dotcom-rendering/src/frontend/schemas/feFootballTablesPage.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,25 @@
328328
"hasGroups"
329329
]
330330
}
331+
},
332+
"atom": {
333+
"type": "object",
334+
"properties": {
335+
"html": {
336+
"type": "string"
337+
},
338+
"css": {
339+
"type": "string"
340+
},
341+
"mainJS": {
342+
"type": "string"
343+
}
344+
},
345+
"required": [
346+
"css",
347+
"html",
348+
"mainJS"
349+
]
331350
}
332351
},
333352
"required": [

0 commit comments

Comments
 (0)