Skip to content

Commit 06c3f4c

Browse files
committed
update examples
1 parent 15f7b9a commit 06c3f4c

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

internal/events/schemas/examples/letter.PENDING.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"source": "/data-plane/letter-rendering/comms-mgr-prod/prod",
1010
"subject": "client/e9dc9ee9-b2f8-4ef2-8351-73a9a29f8e96/letter-request/38U220Ghb1WXF8hCK6hL0LGya3Y_38U23YjtnKSZypvaCSb07adMOlq"
1111
},
12-
"status": "PENDING"
12+
"status": "PENDING",
13+
"supplierId": "supplier-12345"
1314
},
1415
"datacontenttype": "application/json",
1516
"dataschema": "https://notify.nhs.uk/cloudevents/schemas/supplier-api/letter.PENDING.1.0.0.schema.json",
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"data": {
3+
"billingRef": "1y3q9v1zzzz",
4+
"domainId": "e9dc9ee9-b2f8-4ef2-8351-73a9a29f8e96_38U220Ghb1WXF8hCK6hL0LGya3Y_38U23YjtnKSZypvaCSb07adMOlq",
5+
"groupId": "client_template",
6+
"origin": {
7+
"domain": "letter-rendering",
8+
"event": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
9+
"source": "/data-plane/letter-rendering/comms-mgr-prod/prod",
10+
"subject": "client/e9dc9ee9-b2f8-4ef2-8351-73a9a29f8e96/letter-request/38U220Ghb1WXF8hCK6hL0LGya3Y_38U23YjtnKSZypvaCSb07adMOlq"
11+
},
12+
"specificationId": "1y3q9v1zzzz",
13+
"status": "PRINTED",
14+
"supplierId": "supplier-12345"
15+
},
16+
"datacontenttype": "application/json",
17+
"dataschema": "https://notify.nhs.uk/cloudevents/schemas/supplier-api/letter.PRINTED.1.0.0.schema.json",
18+
"dataschemaversion": "1.0.0",
19+
"id": "23f1f09c-a555-4d9b-8405-0b33490bc920",
20+
"plane": "data",
21+
"recordedtime": "2025-08-28T08:45:00.000Z",
22+
"severitynumber": 2,
23+
"severitytext": "INFO",
24+
"source": "/data-plane/supplier-api/nhs-supplier-api-prod/main/update-status",
25+
"specversion": "1.0",
26+
"subject": "letter-origin/letter-rendering/letter/e9dc9ee9-b2f8-4ef2-8351-73a9a29f8e96_38U220Ghb1WXF8hCK6hL0LGya3Y_38U23YjtnKSZypvaCSb07adMOlq",
27+
"time": "2025-08-28T08:45:00.000Z",
28+
"traceparent": "00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01",
29+
"type": "uk.nhs.notify.supplier-api.letter.PRINTED.v1"
30+
}

0 commit comments

Comments
 (0)