Skip to content

Commit 2bdbd7f

Browse files
committed
Add messageReference
1 parent 07095ec commit 2bdbd7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cloudevents/domains/digital-letters/2025-10-draft/data/digital-letters-print-letter-transitioned-data.schema.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ additionalProperties: false
66
properties:
77
subject:
88
$ref: ../defs/print.schema.yaml#/properties/subject
9+
messageReference:
10+
$ref: ../defs/requests.schema.yaml#/properties/messageReference
911
status:
1012
$ref: ../defs/print.schema.yaml#/properties/status
1113
supplierId:
@@ -14,6 +16,7 @@ properties:
1416
$ref: ../defs/print.schema.yaml#/properties/time
1517
required:
1618
- subject
19+
- messageReference
1720
- status
1821
- supplierId
1922
- time

0 commit comments

Comments
 (0)