Skip to content

Commit 8cf3056

Browse files
CCM-11027: Update schemas
1 parent 5f84b93 commit 8cf3056

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.github/workflows/stage-1-commit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ jobs:
207207
contents: read
208208
outputs:
209209
changed: ${{ steps.check.outputs.changed }}
210+
main_version: ${{ steps.check.outputs.main_version }}
210211

211212
steps:
212213
- name: "Checkout code"

packages/event-schemas/schemas/TemplateCompleted/v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@
277277
"items": {
278278
"type": "string"
279279
}
280+
},
281+
"beanCount": {
282+
"type": "number",
283+
"const": 3000
280284
}
281285
},
282286
"required": [
@@ -290,7 +294,8 @@
290294
"templateType",
291295
"language",
292296
"letterType",
293-
"personalisationParameters"
297+
"personalisationParameters",
298+
"beanCount"
294299
]
295300
},
296301
{

packages/event-schemas/schemas/TemplateDeleted/v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@
277277
"items": {
278278
"type": "string"
279279
}
280+
},
281+
"beanCount": {
282+
"type": "number",
283+
"const": 3000
280284
}
281285
},
282286
"required": [
@@ -290,7 +294,8 @@
290294
"templateType",
291295
"language",
292296
"letterType",
293-
"personalisationParameters"
297+
"personalisationParameters",
298+
"beanCount"
294299
]
295300
},
296301
{

packages/event-schemas/schemas/TemplateDrafted/v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@
277277
"items": {
278278
"type": "string"
279279
}
280+
},
281+
"beanCount": {
282+
"type": "number",
283+
"const": 3000
280284
}
281285
},
282286
"required": [
@@ -290,7 +294,8 @@
290294
"templateType",
291295
"language",
292296
"letterType",
293-
"personalisationParameters"
297+
"personalisationParameters",
298+
"beanCount"
294299
]
295300
},
296301
{

0 commit comments

Comments
 (0)