Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .spellcheck-en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ dataschema
deterministically
emmitted
english
enqueue
enqueued
enqueueing
eventdata
fas
href
Expand All @@ -55,6 +58,7 @@ pre
rolledback
runtime
sbom
scheduledexecution
schemaUri
schemas
schemauri
Expand Down
65 changes: 65 additions & 0 deletions conformance/scheduledexecution_canceled.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"context": {
"specversion": "0.6.0-draft",
"id": "271069a8-fc18-44f1-b38f-9d70a1695819",
"chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b",
"source": "/scheduler/prod",
"type": "dev.cdevents.scheduledexecution.canceled.0.1.0-draft",
"timestamp": "2026-08-12T02:00:03Z",
"schemaUri": "https://myorg.com/schema/custom",
"links": [
{
"linkType": "RELATION",
"linkKind": "TRIGGER",
"target": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
},
{
"linkType": "PATH",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
},
{
"linkType": "END",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
}
]
},
"subject": {
"id": "sched-deploy-orders-9281",
"source": "/scheduler/prod",
"content": {
"target": {
"id": "orders-svc",
"source": "/prod/deploys",
"type": "deployment"
},
"scheduledTime": "2026-08-12T02:00:00Z",
"author": {
"id": "alice",
"source": "/scheduler/prod"
},
"changeWindow": {
"id": "win-maint-0812",
"source": "/scheduler/prod"
},
"reason": "Superseded by an out-of-band release"
}
}
}
64 changes: 64 additions & 0 deletions conformance/scheduledexecution_created.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"context": {
"specversion": "0.6.0-draft",
"id": "271069a8-fc18-44f1-b38f-9d70a1695819",
"chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b",
"source": "/scheduler/prod",
"type": "dev.cdevents.scheduledexecution.created.0.1.0-draft",
"timestamp": "2026-08-12T02:00:03Z",
"schemaUri": "https://myorg.com/schema/custom",
"links": [
{
"linkType": "RELATION",
"linkKind": "TRIGGER",
"target": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
},
{
"linkType": "PATH",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
},
{
"linkType": "END",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
}
]
},
"subject": {
"id": "sched-deploy-orders-9281",
"source": "/scheduler/prod",
"content": {
"target": {
"id": "orders-svc",
"source": "/prod/deploys",
"type": "deployment"
},
"scheduledTime": "2026-08-12T02:00:00Z",
"author": {
"id": "alice",
"source": "/scheduler/prod"
},
"changeWindow": {
"id": "win-maint-0812",
"source": "/scheduler/prod"
}
}
}
}
61 changes: 61 additions & 0 deletions conformance/scheduledexecution_missed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"context": {
"specversion": "0.6.0-draft",
"id": "271069a8-fc18-44f1-b38f-9d70a1695819",
"chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b",
"source": "/scheduler/prod",
"type": "dev.cdevents.scheduledexecution.missed.0.1.0-draft",
"timestamp": "2026-08-12T02:00:03Z",
"schemaUri": "https://myorg.com/schema/custom",
"links": [
{
"linkType": "RELATION",
"linkKind": "TRIGGER",
"target": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
},
{
"linkType": "PATH",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
},
{
"linkType": "END",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
}
]
},
"subject": {
"id": "sched-deploy-orders-9281",
"source": "/scheduler/prod",
"content": {
"target": {
"id": "orders-svc",
"source": "/prod/deploys",
"type": "deployment"
},
"scheduledTime": "2026-08-12T02:00:00Z",
"changeWindow": {
"id": "win-maint-0812",
"source": "/scheduler/prod"
},
"reason": "Scheduler backlog exceeded the firing window"
}
}
}
64 changes: 64 additions & 0 deletions conformance/scheduledexecution_modified.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"context": {
"specversion": "0.6.0-draft",
"id": "271069a8-fc18-44f1-b38f-9d70a1695819",
"chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b",
"source": "/scheduler/prod",
"type": "dev.cdevents.scheduledexecution.modified.0.1.0-draft",
"timestamp": "2026-08-12T02:00:03Z",
"schemaUri": "https://myorg.com/schema/custom",
"links": [
{
"linkType": "RELATION",
"linkKind": "TRIGGER",
"target": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
},
{
"linkType": "PATH",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
},
{
"linkType": "END",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
}
]
},
"subject": {
"id": "sched-deploy-orders-9281",
"source": "/scheduler/prod",
"content": {
"target": {
"id": "orders-svc",
"source": "/prod/deploys",
"type": "deployment"
},
"scheduledTime": "2026-08-12T02:00:00Z",
"author": {
"id": "alice",
"source": "/scheduler/prod"
},
"changeWindow": {
"id": "win-maint-0812",
"source": "/scheduler/prod"
}
}
}
}
67 changes: 67 additions & 0 deletions conformance/scheduledexecution_triggered.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"context": {
"specversion": "0.6.0-draft",
"id": "271069a8-fc18-44f1-b38f-9d70a1695819",
"chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b",
"source": "/scheduler/prod",
"type": "dev.cdevents.scheduledexecution.triggered.0.1.0-draft",
"timestamp": "2026-08-12T02:00:03Z",
"schemaUri": "https://myorg.com/schema/custom",
"links": [
{
"linkType": "RELATION",
"linkKind": "TRIGGER",
"target": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
},
{
"linkType": "PATH",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
},
{
"linkType": "END",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
}
]
},
"subject": {
"id": "sched-deploy-orders-9281",
"source": "/scheduler/prod",
"content": {
"target": {
"id": "orders-svc",
"source": "/prod/deploys",
"type": "deployment"
},
"scheduledTime": "2026-08-12T02:00:00Z",
"trigger": {
"type": "schedule"
},
"changeWindow": {
"id": "win-maint-0812",
"source": "/scheduler/prod"
},
"triggeredExecution": {
"id": "deploy-44119",
"source": "/prod/deploys"
}
}
}
}
Loading