We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db261af commit 89bf633Copy full SHA for 89bf633
packages/event-schemas/src/event-envelope.ts
@@ -5,7 +5,7 @@ import { z } from 'zod';
5
// https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md
6
// https://nhsd-confluence.digital.nhs.uk/x/pjIxOQ
7
const $CloudEvent = z.object({
8
- id: z.string().max(1_000).meta({
+ id: z.string().max(1000).meta({
9
description: 'Unique ID for this event',
10
}),
11
time: z.iso.datetime().meta({
0 commit comments