Skip to content

Commit 0b0292b

Browse files
committed
generate schema after addition of new fields in FETrailType
1 parent 291afa5 commit 0b0292b

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
@@ -5036,6 +5036,12 @@
50365036
},
50375037
"mainMedia": {
50385038
"$ref": "#/definitions/MainMedia"
5039+
},
5040+
"trailText": {
5041+
"type": "string"
5042+
},
5043+
"galleryCount": {
5044+
"type": "number"
50395045
}
50405046
},
50415047
"required": [

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3799,6 +3799,12 @@
37993799
},
38003800
"mainMedia": {
38013801
"$ref": "#/definitions/MainMedia"
3802+
},
3803+
"trailText": {
3804+
"type": "string"
3805+
},
3806+
"galleryCount": {
3807+
"type": "number"
38023808
}
38033809
},
38043810
"required": [

0 commit comments

Comments
 (0)