We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fee5fc commit 61699b3Copy full SHA for 61699b3
1 file changed
src/cloudevents/domains/digital-letters/2025-10-draft/digital-letters-profile.schema.yaml
@@ -23,10 +23,11 @@ properties:
23
- data
24
dataschemaversion:
25
type: string
26
- const: "1.0"
27
- description: Data Schema version (fixed to 1.0).
+ pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
+ description: Version of the event payload schema (semantic versioning format).
28
examples:
29
- - "1.0"
+ - 1.0.0
30
+ $comment: Version of the event payload schema (semantic versioning, see https://semver.org/).
31
datacontenttype:
32
33
const: "application/json"
0 commit comments