Skip to content

Commit 7804563

Browse files
committed
Generate schema for FEFootballMatchPage
1 parent 97373b3 commit 7804563

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,18 @@
281281
"shotsOn"
282282
]
283283
},
284+
"status": {
285+
"type": "string"
286+
},
284287
"comments": {
285288
"type": "string"
286289
}
287290
},
288291
"required": [
289292
"awayTeam",
290293
"homeTeam",
291-
"id"
294+
"id",
295+
"status"
292296
]
293297
}
294298
},

0 commit comments

Comments
 (0)