Skip to content

Commit a9921c5

Browse files
committed
generated new schemas for feArticle and feFront
1 parent 383908a commit a9921c5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5026,6 +5026,12 @@
50265026
},
50275027
"mainMedia": {
50285028
"$ref": "#/definitions/MainMedia"
5029+
},
5030+
"trailText": {
5031+
"type": "string"
5032+
},
5033+
"galleryCount": {
5034+
"type": "number"
50295035
}
50305036
},
50315037
"required": [

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3792,6 +3792,12 @@
37923792
},
37933793
"mainMedia": {
37943794
"$ref": "#/definitions/MainMedia"
3795+
},
3796+
"trailText": {
3797+
"type": "string"
3798+
},
3799+
"galleryCount": {
3800+
"type": "number"
37953801
}
37963802
},
37973803
"required": [

0 commit comments

Comments
 (0)