diff --git a/continuous-deployment.md b/continuous-deployment.md index 65254586..1c9075a7 100644 --- a/continuous-deployment.md +++ b/continuous-deployment.md @@ -51,7 +51,7 @@ A `service` can represent for example a binary that is running, a daemon, an app This event represents an environment that has been created. Such an environment can be used to deploy services in. -- Event Type: __`dev.cdevents.environment.created.0.2.0`__ +- Event Type: __`dev.cdevents.environment.created.0.3.0-draft`__ - Predicate: created - Subject: [`environment`](#environment) @@ -67,7 +67,7 @@ This event represents an environment that has been created. Such an environment This event represents an environment that has been modified. -- Event Type: __`dev.cdevents.environment.modified.0.2.0`__ +- Event Type: __`dev.cdevents.environment.modified.0.3.0-draft`__ - Predicate: modified - Subject: [`environment`](#environment) @@ -83,7 +83,7 @@ This event represents an environment that has been modified. This event represents an environment that has been deleted.``` -- Event Type: __`dev.cdevents.environment.deleted.0.2.0`__ +- Event Type: __`dev.cdevents.environment.deleted.0.3.0-draft`__ - Predicate: deleted - Subject: [`environment`](#environment) @@ -98,7 +98,7 @@ This event represents an environment that has been deleted.``` This event represents a new instance of a service that has been deployed -- Event Type: __`dev.cdevents.service.deployed.0.2.0`__ +- Event Type: __`dev.cdevents.service.deployed.0.3.0-draft`__ - Predicate: deployed - Subject: [`service`](#service) @@ -114,7 +114,7 @@ This event represents a new instance of a service that has been deployed This event represents an existing instance of a service that has been upgraded to a new version -- Event Type: __`dev.cdevents.service.upgraded.0.2.0`__ +- Event Type: __`dev.cdevents.service.upgraded.0.3.0-draft`__ - Predicate: upgraded - Subject: [`service`](#service) @@ -130,7 +130,7 @@ This event represents an existing instance of a service that has been upgraded t This event represents an existing instance of a service that has been rolled back to a previous version -- Event Type: __`dev.cdevents.service.rolledback.0.2.0`__ +- Event Type: __`dev.cdevents.service.rolledback.0.3.0-draft`__ - Predicate: rolledback - Subject: [`service`](#service) @@ -146,7 +146,7 @@ This event represents an existing instance of a service that has been rolled bac This event represents the removal of a previously deployed service instance and is thus not longer present in the specified environment -- Event Type: __`dev.cdevents.service.removed.0.2.0`__ +- Event Type: __`dev.cdevents.service.removed.0.3.0-draft`__ - Predicate: removed - Subject: [`service`](#service) @@ -161,7 +161,7 @@ This event represents the removal of a previously deployed service instance and This event represents an existing instance of a service that has an accessible URL for users to interact with it. This event can be used to let other tools know that the service is ready and also available for consumption. -- Event Type: __`dev.cdevents.service.published.0.2.0`__ +- Event Type: __`dev.cdevents.service.published.0.3.0-draft`__ - Predicate: published - Subject: [`service`](#service) diff --git a/continuous-integration.md b/continuous-integration.md index a57ac40d..48eacd3f 100644 --- a/continuous-integration.md +++ b/continuous-integration.md @@ -56,7 +56,7 @@ An `artifact` is usually produced as output of a build process. Events need to b This event represents a Build task that has been queued; this build process usually is in charge of producing a binary from source code. -- Event Type: __`dev.cdevents.build.queued.0.2.0`__ +- Event Type: __`dev.cdevents.build.queued.0.3.0-draft`__ - Predicate: queued - Subject: [`build`](#build) @@ -70,7 +70,7 @@ This event represents a Build task that has been queued; this build process usua This event represents a Build task that has been started; this build process usually is in charge of producing a binary from source code. -- Event Type: __`dev.cdevents.build.started.0.2.0`__ +- Event Type: __`dev.cdevents.build.started.0.3.0-draft`__ - Predicate: started - Subject: [`build`](#build) @@ -84,7 +84,7 @@ This event represents a Build task that has been started; this build process usu This event represents a Build task that has finished. This event will eventually contain the finished status, success, error or failure -- Event Type: __`dev.cdevents.build.finished.0.2.0`__ +- Event Type: __`dev.cdevents.build.finished.0.3.0-draft`__ - Predicate: finished - Subject: [`build`](#build) @@ -100,7 +100,7 @@ This event represents a Build task that has finished. This event will eventually The event represents an artifact that has been packaged for distribution; this artifact is now versioned with a fixed version. This event is usually produced by the build system. If an SBOM URI is available at this stage, it should be included. -- Event Type: __`dev.cdevents.artifact.packaged.0.2.0`__ +- Event Type: __`dev.cdevents.artifact.packaged.0.3.0-draft`__ - Predicate: packaged - Subject: [`artifact`](#artifact) @@ -117,7 +117,7 @@ This event is usually produced by the build system. If an SBOM URI is available The event represents an artifact that has been signed. The signature is included in the events itself. An artifact may be signed after it has been packaged or sometimes after it has published, depending on the tooling being used and the type of artifact. The `artifact signed` event is typically produced by the CI or build system. -- Event Type: __`dev.cdevents.artifact.signed.0.2.0`__ +- Event Type: __`dev.cdevents.artifact.signed.0.3.0-draft`__ - Predicate: signed - Subject: [`artifact`](#artifact) @@ -133,7 +133,7 @@ An artifact may be signed after it has been packaged or sometimes after it has p The event represents an artifact that has been published and it can be advertised for others to use. The `artifact published` event is typically produced by the artifact registry, but it may also be produced by the build system. -- Event Type: __`dev.cdevents.artifact.published.0.2.0`__ +- Event Type: __`dev.cdevents.artifact.published.0.3.0-draft`__ - Predicate: published - Subject: [`artifact`](#artifact) @@ -149,7 +149,7 @@ The `artifact published` event is typically produced by the artifact registry, b The event represents an artifact that has been downloaded from the registry. The `artifact downloaded` event is preferably produced by the artifact registry. -- Event Type: __`dev.cdevents.artifact.downloaded.0.1.0`__ +- Event Type: __`dev.cdevents.artifact.downloaded.0.2.0-draft`__ - Predicate: downloaded - Subject: [`artifact`](#artifact) @@ -165,7 +165,7 @@ The `artifact downloaded` event is preferably produced by the artifact registry. The event represents an artifact that has been deleted from an artifact registry. The `artifact deleted` event is preferably produced by the artifact registry. -- Event Type: __`dev.cdevents.artifact.deleted.0.1.0`__ +- Event Type: __`dev.cdevents.artifact.deleted.0.2.0-draft`__ - Predicate: deleted - Subject: [`artifact`](#artifact) diff --git a/continuous-operations.md b/continuous-operations.md index bb1c047b..b8d54cd4 100644 --- a/continuous-operations.md +++ b/continuous-operations.md @@ -62,7 +62,7 @@ A ticket can request a change, report a problem, or document an [`incident`](#in This event represents an incident that has been detected by a system or human. -- Event Type: __`dev.cdevents.incident.detected.0.2.0`__ +- Event Type: __`dev.cdevents.incident.detected.0.3.0-draft`__ - Predicate: detected - Subject: [`incident`](#incident) @@ -80,7 +80,7 @@ This event represents an incident that has been detected by a system or human. This event represents an incident that has been reported through a ticketing system. Compared to the `detected` predicated, it introduces a ticket URI. -- Event Type: __`dev.cdevents.incident.reported.0.2.0`__ +- Event Type: __`dev.cdevents.incident.reported.0.3.0-draft`__ - Predicate: reported - Subject: [`incident`](#incident) @@ -99,7 +99,7 @@ This event represents an incident that has been reported through a ticketing sys This event represents an incident that has been resolved, meaning that the problem identified by the incident has been solved or recalled. -- Event Type: __`dev.cdevents.incident.resolved.0.2.0`__ +- Event Type: __`dev.cdevents.incident.resolved.0.3.0-draft`__ - Predicate: resolved - Subject: [`incident`](#incident) @@ -117,7 +117,7 @@ This event represents an incident that has been resolved, meaning that the probl This event represents a ticket that has been created within some ticketing system. -- Event Type: __`dev.cdevents.ticket.created.0.1.0`__ +- Event Type: __`dev.cdevents.ticket.created.0.2.0-draft`__ - Predicate: created - Subject: [`ticket`](#ticket) @@ -140,7 +140,7 @@ This event represents a ticket that has been created within some ticketing syste This event indicates that a ticket has been updated within some ticketing system. -- Event Type: __`dev.cdevents.ticket.updated.0.1.0`__ +- Event Type: __`dev.cdevents.ticket.updated.0.2.0-draft`__ - Predicate: updated - Subject: [`ticket`](#ticket) @@ -164,7 +164,7 @@ This event indicates that a ticket has been updated within some ticketing system This event indicates that a ticket has been closed or resolved within some ticketing system. -- Event Type: __`dev.cdevents.ticket.closed.0.1.0`__ +- Event Type: __`dev.cdevents.ticket.closed.0.2.0-draft`__ - Predicate: closed - Subject: [`ticket`](#ticket) diff --git a/core.md b/core.md index 70c7942a..77f6db6a 100644 --- a/core.md +++ b/core.md @@ -68,7 +68,7 @@ Due the dynamic nature of Pipelines, most of actual work needs to be queued to happen in a distributed way, hence queued events are added. Adopters can choose to ignore these events if they don't apply to their use cases. -- Event Type: __`dev.cdevents.pipelinerun.queued.0.2.0`__ +- Event Type: __`dev.cdevents.pipelinerun.queued.0.3.0-draft`__ - Predicate: queued - Subject: [`pipelineRun`](#pipelinerun) @@ -84,7 +84,7 @@ to ignore these events if they don't apply to their use cases. A pipelineRun has started and it is running. -- Event Type: __`dev.cdevents.pipelinerun.started.0.2.0`__ +- Event Type: __`dev.cdevents.pipelinerun.started.0.3.0-draft`__ - Predicate: started - Subject: [`pipelineRun`](#pipelinerun) @@ -100,7 +100,7 @@ A pipelineRun has started and it is running. A pipelineRun has finished, successfully or not. -- Event Type: __`dev.cdevents.pipelinerun.finished.0.2.0`__ +- Event Type: __`dev.cdevents.pipelinerun.finished.0.3.0-draft`__ - Predicate: finished - Subject: [`pipelineRun`](#pipelinerun) @@ -118,7 +118,7 @@ A pipelineRun has finished, successfully or not. A taskRun has started and it is running. -- Event Type: __`dev.cdevents.taskrun.started.0.2.0`__ +- Event Type: __`dev.cdevents.taskrun.started.0.3.0-draft`__ - Predicate: started - Subject: [`taskRun`](#taskrun) @@ -135,7 +135,7 @@ A taskRun has started and it is running. A taskRun has finished, successfully or not. -- Event Type: __`dev.cdevents.taskrun.finished.0.2.0`__ +- Event Type: __`dev.cdevents.taskrun.finished.0.3.0-draft`__ - Predicate: finished - Subject: [`taskRun`](#taskrun) diff --git a/examples/artifact_deleted.json b/examples/artifact_deleted.json index f596dc85..e1687c67 100644 --- a/examples/artifact_deleted.json +++ b/examples/artifact_deleted.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", - "type": "dev.cdevents.artifact.deleted.0.1.0", + "type": "dev.cdevents.artifact.deleted.0.2.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/artifact_downloaded.json b/examples/artifact_downloaded.json index 7257f39e..ccfde8c8 100644 --- a/examples/artifact_downloaded.json +++ b/examples/artifact_downloaded.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", - "type": "dev.cdevents.artifact.downloaded.0.1.0", + "type": "dev.cdevents.artifact.downloaded.0.2.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/artifact_packaged.json b/examples/artifact_packaged.json index 92b44f6e..bdd247b5 100644 --- a/examples/artifact_packaged.json +++ b/examples/artifact_packaged.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.artifact.packaged.0.2.0", + "type": "dev.cdevents.artifact.packaged.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/artifact_published.json b/examples/artifact_published.json index da54c6c0..eaf8cea6 100644 --- a/examples/artifact_published.json +++ b/examples/artifact_published.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.artifact.published.0.2.0", + "type": "dev.cdevents.artifact.published.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/artifact_signed.json b/examples/artifact_signed.json index 752c7b2f..bc7b1fd7 100644 --- a/examples/artifact_signed.json +++ b/examples/artifact_signed.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.artifact.signed.0.2.0", + "type": "dev.cdevents.artifact.signed.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/branch_created.json b/examples/branch_created.json index d94e6e31..176f55a1 100644 --- a/examples/branch_created.json +++ b/examples/branch_created.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.branch.created.0.2.0", + "type": "dev.cdevents.branch.created.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/branch_deleted.json b/examples/branch_deleted.json index 5757b306..a1bf1366 100644 --- a/examples/branch_deleted.json +++ b/examples/branch_deleted.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.branch.deleted.0.2.0", + "type": "dev.cdevents.branch.deleted.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/build_finished.json b/examples/build_finished.json index f7a9f343..8a9bcaf1 100644 --- a/examples/build_finished.json +++ b/examples/build_finished.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.build.finished.0.2.0", + "type": "dev.cdevents.build.finished.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/build_queued.json b/examples/build_queued.json index e00eb9d5..652eb183 100644 --- a/examples/build_queued.json +++ b/examples/build_queued.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.build.queued.0.2.0", + "type": "dev.cdevents.build.queued.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/build_started.json b/examples/build_started.json index c092bddd..5319caff 100644 --- a/examples/build_started.json +++ b/examples/build_started.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.build.started.0.2.0", + "type": "dev.cdevents.build.started.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/change_abandoned.json b/examples/change_abandoned.json index 39cce7b5..0633ce1e 100644 --- a/examples/change_abandoned.json +++ b/examples/change_abandoned.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.abandoned.0.2.0", + "type": "dev.cdevents.change.abandoned.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/change_created.json b/examples/change_created.json index 83295d1f..b6f50ca2 100644 --- a/examples/change_created.json +++ b/examples/change_created.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.created.0.3.0", + "type": "dev.cdevents.change.created.0.4.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/change_merged.json b/examples/change_merged.json index 1a9d09b6..b1d8bf32 100644 --- a/examples/change_merged.json +++ b/examples/change_merged.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.merged.0.2.0", + "type": "dev.cdevents.change.merged.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/change_reviewed.json b/examples/change_reviewed.json index 9fd269e9..3759177a 100644 --- a/examples/change_reviewed.json +++ b/examples/change_reviewed.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.reviewed.0.2.0", + "type": "dev.cdevents.change.reviewed.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/change_updated.json b/examples/change_updated.json index 2fd8eac9..6d04c7de 100644 --- a/examples/change_updated.json +++ b/examples/change_updated.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.updated.0.2.0", + "type": "dev.cdevents.change.updated.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/environment_created.json b/examples/environment_created.json index 68bf83fa..1c49cbc1 100644 --- a/examples/environment_created.json +++ b/examples/environment_created.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.environment.created.0.2.0", + "type": "dev.cdevents.environment.created.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/environment_deleted.json b/examples/environment_deleted.json index 67ad966e..3ce2b800 100644 --- a/examples/environment_deleted.json +++ b/examples/environment_deleted.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.environment.deleted.0.2.0", + "type": "dev.cdevents.environment.deleted.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/environment_modified.json b/examples/environment_modified.json index 64861315..e934ab08 100644 --- a/examples/environment_modified.json +++ b/examples/environment_modified.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.environment.modified.0.2.0", + "type": "dev.cdevents.environment.modified.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/incident_detected.json b/examples/incident_detected.json index 73c9cf5a..2229435b 100644 --- a/examples/incident_detected.json +++ b/examples/incident_detected.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", - "type": "dev.cdevents.incident.detected.0.2.0", + "type": "dev.cdevents.incident.detected.0.3.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/examples/incident_reported.json b/examples/incident_reported.json index 412ff3e5..5151f3bf 100644 --- a/examples/incident_reported.json +++ b/examples/incident_reported.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", - "type": "dev.cdevents.incident.reported.0.2.0", + "type": "dev.cdevents.incident.reported.0.3.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/examples/incident_resolved.json b/examples/incident_resolved.json index 74bf2e91..ba311894 100644 --- a/examples/incident_resolved.json +++ b/examples/incident_resolved.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", - "type": "dev.cdevents.incident.resolved.0.2.0", + "type": "dev.cdevents.incident.resolved.0.3.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/examples/pipelinerun_finished.json b/examples/pipelinerun_finished.json index 31f4aac7..1971b7d7 100644 --- a/examples/pipelinerun_finished.json +++ b/examples/pipelinerun_finished.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.pipelinerun.finished.0.2.0", + "type": "dev.cdevents.pipelinerun.finished.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/pipelinerun_queued.json b/examples/pipelinerun_queued.json index d67ed8ef..cf07fb44 100644 --- a/examples/pipelinerun_queued.json +++ b/examples/pipelinerun_queued.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.pipelinerun.queued.0.2.0", + "type": "dev.cdevents.pipelinerun.queued.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/pipelinerun_started.json b/examples/pipelinerun_started.json index 0e348568..6e84bf93 100644 --- a/examples/pipelinerun_started.json +++ b/examples/pipelinerun_started.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.pipelinerun.started.0.2.0", + "type": "dev.cdevents.pipelinerun.started.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/repository_created.json b/examples/repository_created.json index ad1c6fe7..9eae6df4 100644 --- a/examples/repository_created.json +++ b/examples/repository_created.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.repository.created.0.2.0", + "type": "dev.cdevents.repository.created.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/repository_deleted.json b/examples/repository_deleted.json index 0d7ad4c4..6e7897b9 100644 --- a/examples/repository_deleted.json +++ b/examples/repository_deleted.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.repository.deleted.0.2.0", + "type": "dev.cdevents.repository.deleted.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/repository_modified.json b/examples/repository_modified.json index 92558ad9..c914f3a8 100644 --- a/examples/repository_modified.json +++ b/examples/repository_modified.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.repository.modified.0.2.0", + "type": "dev.cdevents.repository.modified.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/service_deployed.json b/examples/service_deployed.json index c9d49360..36ebfb99 100644 --- a/examples/service_deployed.json +++ b/examples/service_deployed.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.deployed.0.2.0", + "type": "dev.cdevents.service.deployed.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/service_published.json b/examples/service_published.json index 25fa6ba2..fcb666bf 100644 --- a/examples/service_published.json +++ b/examples/service_published.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.published.0.2.0", + "type": "dev.cdevents.service.published.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/service_removed.json b/examples/service_removed.json index 3b7355a2..120e7465 100644 --- a/examples/service_removed.json +++ b/examples/service_removed.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.removed.0.2.0", + "type": "dev.cdevents.service.removed.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/service_rolledback.json b/examples/service_rolledback.json index 14c1b356..9cb2e498 100644 --- a/examples/service_rolledback.json +++ b/examples/service_rolledback.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.rolledback.0.2.0", + "type": "dev.cdevents.service.rolledback.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/service_upgraded.json b/examples/service_upgraded.json index 6d96bb4f..e79417b9 100644 --- a/examples/service_upgraded.json +++ b/examples/service_upgraded.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.upgraded.0.2.0", + "type": "dev.cdevents.service.upgraded.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/taskrun_finished.json b/examples/taskrun_finished.json index 65e295d2..3509f9e9 100644 --- a/examples/taskrun_finished.json +++ b/examples/taskrun_finished.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.taskrun.finished.0.2.0", + "type": "dev.cdevents.taskrun.finished.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/taskrun_started.json b/examples/taskrun_started.json index 668c9e75..74263dbd 100644 --- a/examples/taskrun_started.json +++ b/examples/taskrun_started.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.taskrun.started.0.2.0", + "type": "dev.cdevents.taskrun.started.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testcaserun_finished.json b/examples/testcaserun_finished.json index 9cc8faba..1073d717 100644 --- a/examples/testcaserun_finished.json +++ b/examples/testcaserun_finished.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.finished.0.2.0", + "type": "dev.cdevents.testcaserun.finished.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testcaserun_queued.json b/examples/testcaserun_queued.json index 90432563..7631d5e5 100644 --- a/examples/testcaserun_queued.json +++ b/examples/testcaserun_queued.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.queued.0.2.0", + "type": "dev.cdevents.testcaserun.queued.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testcaserun_skipped.json b/examples/testcaserun_skipped.json index 21dc6107..e26a323d 100644 --- a/examples/testcaserun_skipped.json +++ b/examples/testcaserun_skipped.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.skipped.0.1.0", + "type": "dev.cdevents.testcaserun.skipped.0.2.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z" }, "subject": { diff --git a/examples/testcaserun_started.json b/examples/testcaserun_started.json index 8fe23893..b57d2c6e 100644 --- a/examples/testcaserun_started.json +++ b/examples/testcaserun_started.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.started.0.2.0", + "type": "dev.cdevents.testcaserun.started.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testoutput_published.json b/examples/testoutput_published.json index 08585242..c6e68da9 100644 --- a/examples/testoutput_published.json +++ b/examples/testoutput_published.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testoutput.published.0.2.0", + "type": "dev.cdevents.testoutput.published.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testsuiterun_finished.json b/examples/testsuiterun_finished.json index 6800c574..ab26ff14 100644 --- a/examples/testsuiterun_finished.json +++ b/examples/testsuiterun_finished.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testsuiterun.finished.0.2.0", + "type": "dev.cdevents.testsuiterun.finished.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testsuiterun_queued.json b/examples/testsuiterun_queued.json index ad95bdae..68d38fa6 100644 --- a/examples/testsuiterun_queued.json +++ b/examples/testsuiterun_queued.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testsuiterun.queued.0.2.0", + "type": "dev.cdevents.testsuiterun.queued.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testsuiterun_started.json b/examples/testsuiterun_started.json index 961e0bbe..52d86661 100644 --- a/examples/testsuiterun_started.json +++ b/examples/testsuiterun_started.json @@ -2,9 +2,9 @@ "context": { "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", - "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", + "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testsuiterun.started.0.2.0", + "type": "dev.cdevents.testsuiterun.started.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/ticket_closed.json b/examples/ticket_closed.json index 1f62d09c..088c38a3 100644 --- a/examples/ticket_closed.json +++ b/examples/ticket_closed.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", - "type": "dev.cdevents.ticket.closed.0.1.0", + "type": "dev.cdevents.ticket.closed.0.2.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/examples/ticket_created.json b/examples/ticket_created.json index d301f7d4..1eed64d3 100644 --- a/examples/ticket_created.json +++ b/examples/ticket_created.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", - "type": "dev.cdevents.ticket.created.0.1.0", + "type": "dev.cdevents.ticket.created.0.2.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/examples/ticket_updated.json b/examples/ticket_updated.json index 6f89fa85..b3beea96 100644 --- a/examples/ticket_updated.json +++ b/examples/ticket_updated.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", - "type": "dev.cdevents.ticket.updated.0.1.0", + "type": "dev.cdevents.ticket.updated.0.2.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/schemas/artifactdeleted.json b/schemas/artifactdeleted.json index a7b1c853..83a1cb5e 100644 --- a/schemas/artifactdeleted.json +++ b/schemas/artifactdeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.deleted.0.1.0" + "dev.cdevents.artifact.deleted.0.2.0-draft" ], - "default": "dev.cdevents.artifact.deleted.0.1.0" + "default": "dev.cdevents.artifact.deleted.0.2.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/artifactdownloaded.json b/schemas/artifactdownloaded.json index 189d4320..838b962c 100644 --- a/schemas/artifactdownloaded.json +++ b/schemas/artifactdownloaded.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.downloaded.0.1.0" + "dev.cdevents.artifact.downloaded.0.2.0-draft" ], - "default": "dev.cdevents.artifact.downloaded.0.1.0" + "default": "dev.cdevents.artifact.downloaded.0.2.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/artifactpackaged.json b/schemas/artifactpackaged.json index b7a00735..e505c1e0 100644 --- a/schemas/artifactpackaged.json +++ b/schemas/artifactpackaged.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.packaged.0.2.0" + "dev.cdevents.artifact.packaged.0.3.0-draft" ], - "default": "dev.cdevents.artifact.packaged.0.2.0" + "default": "dev.cdevents.artifact.packaged.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/artifactpublished.json b/schemas/artifactpublished.json index 2aca0b37..335db21c 100644 --- a/schemas/artifactpublished.json +++ b/schemas/artifactpublished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.published.0.2.0" + "dev.cdevents.artifact.published.0.3.0-draft" ], - "default": "dev.cdevents.artifact.published.0.2.0" + "default": "dev.cdevents.artifact.published.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/artifactsigned.json b/schemas/artifactsigned.json index b99c55bf..0265c83d 100644 --- a/schemas/artifactsigned.json +++ b/schemas/artifactsigned.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.signed.0.2.0" + "dev.cdevents.artifact.signed.0.3.0-draft" ], - "default": "dev.cdevents.artifact.signed.0.2.0" + "default": "dev.cdevents.artifact.signed.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/branchcreated.json b/schemas/branchcreated.json index f73e4968..05c0ebbb 100644 --- a/schemas/branchcreated.json +++ b/schemas/branchcreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.branch.created.0.2.0" + "dev.cdevents.branch.created.0.3.0-draft" ], - "default": "dev.cdevents.branch.created.0.2.0" + "default": "dev.cdevents.branch.created.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/branchdeleted.json b/schemas/branchdeleted.json index ce7bcada..f641560c 100644 --- a/schemas/branchdeleted.json +++ b/schemas/branchdeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.branch.deleted.0.2.0" + "dev.cdevents.branch.deleted.0.3.0-draft" ], - "default": "dev.cdevents.branch.deleted.0.2.0" + "default": "dev.cdevents.branch.deleted.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/buildfinished.json b/schemas/buildfinished.json index 7b75e036..282eb036 100644 --- a/schemas/buildfinished.json +++ b/schemas/buildfinished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.finished.0.2.0" + "dev.cdevents.build.finished.0.3.0-draft" ], - "default": "dev.cdevents.build.finished.0.2.0" + "default": "dev.cdevents.build.finished.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/buildqueued.json b/schemas/buildqueued.json index 789cb430..2d76af13 100644 --- a/schemas/buildqueued.json +++ b/schemas/buildqueued.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.queued.0.2.0" + "dev.cdevents.build.queued.0.3.0-draft" ], - "default": "dev.cdevents.build.queued.0.2.0" + "default": "dev.cdevents.build.queued.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/buildstarted.json b/schemas/buildstarted.json index 04f24e98..2712692b 100644 --- a/schemas/buildstarted.json +++ b/schemas/buildstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.started.0.2.0" + "dev.cdevents.build.started.0.3.0-draft" ], - "default": "dev.cdevents.build.started.0.2.0" + "default": "dev.cdevents.build.started.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/changeabandoned.json b/schemas/changeabandoned.json index 8bc5d5dc..956957fe 100644 --- a/schemas/changeabandoned.json +++ b/schemas/changeabandoned.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.abandoned.0.2.0" + "dev.cdevents.change.abandoned.0.3.0-draft" ], - "default": "dev.cdevents.change.abandoned.0.2.0" + "default": "dev.cdevents.change.abandoned.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/changecreated.json b/schemas/changecreated.json index 45097f0f..16d5ff27 100644 --- a/schemas/changecreated.json +++ b/schemas/changecreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.created.0.3.0" + "dev.cdevents.change.created.0.4.0-draft" ], - "default": "dev.cdevents.change.created.0.3.0" + "default": "dev.cdevents.change.created.0.4.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/changemerged.json b/schemas/changemerged.json index aab645f0..e19358a1 100644 --- a/schemas/changemerged.json +++ b/schemas/changemerged.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.merged.0.2.0" + "dev.cdevents.change.merged.0.3.0-draft" ], - "default": "dev.cdevents.change.merged.0.2.0" + "default": "dev.cdevents.change.merged.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/changereviewed.json b/schemas/changereviewed.json index 46d0252b..eb73d597 100644 --- a/schemas/changereviewed.json +++ b/schemas/changereviewed.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.reviewed.0.2.0" + "dev.cdevents.change.reviewed.0.3.0-draft" ], - "default": "dev.cdevents.change.reviewed.0.2.0" + "default": "dev.cdevents.change.reviewed.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/changeupdated.json b/schemas/changeupdated.json index 878661be..d8e78d87 100644 --- a/schemas/changeupdated.json +++ b/schemas/changeupdated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.updated.0.2.0" + "dev.cdevents.change.updated.0.3.0-draft" ], - "default": "dev.cdevents.change.updated.0.2.0" + "default": "dev.cdevents.change.updated.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/environmentcreated.json b/schemas/environmentcreated.json index 81ca7fc8..cba0e1ad 100644 --- a/schemas/environmentcreated.json +++ b/schemas/environmentcreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.created.0.2.0" + "dev.cdevents.environment.created.0.3.0-draft" ], - "default": "dev.cdevents.environment.created.0.2.0" + "default": "dev.cdevents.environment.created.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/environmentdeleted.json b/schemas/environmentdeleted.json index 60403379..d8cad53f 100644 --- a/schemas/environmentdeleted.json +++ b/schemas/environmentdeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.deleted.0.2.0" + "dev.cdevents.environment.deleted.0.3.0-draft" ], - "default": "dev.cdevents.environment.deleted.0.2.0" + "default": "dev.cdevents.environment.deleted.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/environmentmodified.json b/schemas/environmentmodified.json index a335ba20..f5b2b448 100644 --- a/schemas/environmentmodified.json +++ b/schemas/environmentmodified.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.modified.0.2.0" + "dev.cdevents.environment.modified.0.3.0-draft" ], - "default": "dev.cdevents.environment.modified.0.2.0" + "default": "dev.cdevents.environment.modified.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/incidentdetected.json b/schemas/incidentdetected.json index 8bf78771..f7d79ff3 100644 --- a/schemas/incidentdetected.json +++ b/schemas/incidentdetected.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.detected.0.2.0" + "dev.cdevents.incident.detected.0.3.0-draft" ], - "default": "dev.cdevents.incident.detected.0.2.0" + "default": "dev.cdevents.incident.detected.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/incidentreported.json b/schemas/incidentreported.json index 0feca810..3bc23056 100644 --- a/schemas/incidentreported.json +++ b/schemas/incidentreported.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.reported.0.2.0" + "dev.cdevents.incident.reported.0.3.0-draft" ], - "default": "dev.cdevents.incident.reported.0.2.0" + "default": "dev.cdevents.incident.reported.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/incidentresolved.json b/schemas/incidentresolved.json index fd9ef954..e6bc0926 100644 --- a/schemas/incidentresolved.json +++ b/schemas/incidentresolved.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.resolved.0.2.0" + "dev.cdevents.incident.resolved.0.3.0-draft" ], - "default": "dev.cdevents.incident.resolved.0.2.0" + "default": "dev.cdevents.incident.resolved.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/links/embeddedlinkend.json b/schemas/links/embeddedlinkend.json index 2a876449..28bc5c43 100644 --- a/schemas/links/embeddedlinkend.json +++ b/schemas/links/embeddedlinkend.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://cdevents.dev/0.5.0-draft/schema/links/embeddedlinkend", "properties": { - "link_type": { + "linkType": { "type": "string", "enum": [ "END" @@ -12,13 +12,13 @@ "description": "When consuming a CDEvent, you are consuming a parent event. So, when looking at the 'from' key, this is the parent's parent.", "type": "object", "properties": { - "context_id": { + "contextId": { "type": "string", "minLength": 1 } }, "required": [ - "context_id" + "contextId" ] }, "tags": { @@ -29,7 +29,7 @@ "additionalProperties": false, "type": "object", "required": [ - "link_type" + "linkType" ] } diff --git a/schemas/links/embeddedlinkpath.json b/schemas/links/embeddedlinkpath.json index 5f16603d..adde4c09 100644 --- a/schemas/links/embeddedlinkpath.json +++ b/schemas/links/embeddedlinkpath.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://cdevents.dev/0.5.0-draft/schema/links/embeddedlinkpath", "properties": { - "link_type": { + "linkType": { "type": "string", "enum": [ "PATH" @@ -12,13 +12,13 @@ "description": "When consuming a CDEvent, you are consuming a parent event. So, when looking at the 'from' key, this is the parent's parent.", "type": "object", "properties": { - "context_id": { + "contextId": { "type": "string", "minLength": 1 } }, "required": [ - "context_id" + "contextId" ] }, "tags": { @@ -29,7 +29,7 @@ "additionalProperties": false, "type": "object", "required": [ - "link_type", + "linkType", "from" ] } diff --git a/schemas/links/embeddedlinkrelation.json b/schemas/links/embeddedlinkrelation.json index 331d4493..7aee327d 100644 --- a/schemas/links/embeddedlinkrelation.json +++ b/schemas/links/embeddedlinkrelation.json @@ -2,13 +2,13 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://cdevents.dev/0.5.0-draft/schema/links/embeddedlinkrelation", "properties": { - "link_type": { + "linkType": { "type": "string", "enum": [ "RELATION" ] }, - "link_kind": { + "linkKind": { "type": "string", "minLength": 1 }, @@ -16,7 +16,7 @@ "description": "", "type": "object", "properties": { - "context_id": { + "contextId": { "type": "string", "minLength": 1 } @@ -30,8 +30,8 @@ "additionalProperties": false, "type": "object", "required": [ - "link_type", - "link_kind", + "linkType", + "linkKind", "target" ] } diff --git a/schemas/links/linkend.json b/schemas/links/linkend.json index 5fa6c8f3..6500dab3 100644 --- a/schemas/links/linkend.json +++ b/schemas/links/linkend.json @@ -2,12 +2,12 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://cdevents.dev/0.5.0-draft/schema/links/linkend", "properties": { - "chain_id": { + "chainId": { "description": "This represents the full lifecycles of a series of events in CDEvents", "type": "string", "minLength": 1 }, - "link_type": { + "linkType": { "description": "The type associated with the link. In this case, 'END', suggesting the end of some CI/CD lifecycle", "type": "string", "enum": [ @@ -22,26 +22,26 @@ "description": "This is the context ID of the producing CDEvent.", "type": "object", "properties": { - "context_id": { + "contextId": { "type": "string", "minLength": 1 } }, "required": [ - "context_id" + "contextId" ] }, "end": { "description": "This is the context ID of the final CDEvent in the chain", "type": "object", "properties": { - "context_id": { + "contextId": { "type": "string", "minLength": 1 } }, "required": [ - "context_id" + "contextId" ] }, "tags": { @@ -52,8 +52,8 @@ "additionalProperties": false, "type": "object", "required": [ - "chain_id", - "link_type", + "chainId", + "linkType", "timestamp", "from", "end" diff --git a/schemas/links/linkpath.json b/schemas/links/linkpath.json index e4b9263f..98d50510 100644 --- a/schemas/links/linkpath.json +++ b/schemas/links/linkpath.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://cdevents.dev/0.5.0-draft/schema/links/linkpath", "properties": { - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, @@ -10,7 +10,7 @@ "type": "string", "format": "date-time" }, - "link_type": { + "linkType": { "type": "string", "enum": [ "PATH" @@ -19,25 +19,25 @@ "from": { "type": "object", "properties": { - "context_id": { + "contextId": { "type": "string", "minLength": 1 } }, "required": [ - "context_id" + "contextId" ] }, "to": { "type": "object", "properties": { - "context_id": { + "contextId": { "type": "string", "minLength": 1 } }, "required": [ - "context_id" + "contextId" ] }, "tags": { @@ -48,8 +48,8 @@ "additionalProperties": false, "type": "object", "required": [ - "chain_id", - "link_type", + "chainId", + "linkType", "timestamp", "from", "to" diff --git a/schemas/links/linkrelation.json b/schemas/links/linkrelation.json index 8eec372c..d84deb7c 100644 --- a/schemas/links/linkrelation.json +++ b/schemas/links/linkrelation.json @@ -2,18 +2,18 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://cdevents.dev/0.5.0-draft/schema/links/linkrelation", "properties": { - "chain_id": { + "chainId": { "description": "This represents the full lifecycles of a series of events in CDEvents", "type": "string", "minLength": 1 }, - "link_type": { + "linkType": { "type": "string", "enum": [ "RELATION" ] }, - "link_kind": { + "linkKind": { "type": "string", "minLength": 1 }, @@ -25,26 +25,26 @@ "description": "", "type": "object", "properties": { - "context_id": { + "contextId": { "type": "string", "minLength": 1 } }, "required": [ - "context_id" + "contextId" ] }, "target": { "description": "", "type": "object", "properties": { - "context_id": { + "contextId": { "type": "string", "minLength": 1 } }, "required": [ - "context_id" + "contextId" ] }, "tags": { @@ -55,8 +55,8 @@ "additionalProperties": false, "type": "object", "required": [ - "chain_id", - "link_type", + "chainId", + "linkType", "timestamp", "source", "target" diff --git a/schemas/links/linkstart.json b/schemas/links/linkstart.json index c00a81b2..d9e7014b 100644 --- a/schemas/links/linkstart.json +++ b/schemas/links/linkstart.json @@ -2,12 +2,12 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://cdevents.dev/0.5.0-draft/schema/links/linkstart", "properties": { - "chain_id": { + "chainId": { "description": "This represents the full lifecycles of a series of events in CDEvents", "type": "string", "minLength": 1 }, - "link_type": { + "linkType": { "description": "The type associated with the link. In this case, 'START', suggesting the start of some CI/CD lifecycle", "type": "string", "enum": [ @@ -22,13 +22,13 @@ "description": "This is the context ID of the starting CDEvent in the chain.", "type": "object", "properties": { - "context_id": { + "contextId": { "type": "string", "minLength": 1 } }, "required": [ - "context_id" + "contextId" ] }, "tags": { @@ -39,8 +39,8 @@ "additionalProperties": false, "type": "object", "required": [ - "chain_id", - "link_type", + "chainId", + "linkType", "timestamp", "start" ] diff --git a/schemas/pipelinerunfinished.json b/schemas/pipelinerunfinished.json index 287598f0..33d30853 100644 --- a/schemas/pipelinerunfinished.json +++ b/schemas/pipelinerunfinished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.pipelinerun.finished.0.2.0" + "dev.cdevents.pipelinerun.finished.0.3.0-draft" ], - "default": "dev.cdevents.pipelinerun.finished.0.2.0" + "default": "dev.cdevents.pipelinerun.finished.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/pipelinerunqueued.json b/schemas/pipelinerunqueued.json index 4cd780e3..444a14a9 100644 --- a/schemas/pipelinerunqueued.json +++ b/schemas/pipelinerunqueued.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.pipelinerun.queued.0.2.0" + "dev.cdevents.pipelinerun.queued.0.3.0-draft" ], - "default": "dev.cdevents.pipelinerun.queued.0.2.0" + "default": "dev.cdevents.pipelinerun.queued.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/pipelinerunstarted.json b/schemas/pipelinerunstarted.json index eab9f266..efd3b765 100644 --- a/schemas/pipelinerunstarted.json +++ b/schemas/pipelinerunstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.pipelinerun.started.0.2.0" + "dev.cdevents.pipelinerun.started.0.3.0-draft" ], - "default": "dev.cdevents.pipelinerun.started.0.2.0" + "default": "dev.cdevents.pipelinerun.started.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/repositorycreated.json b/schemas/repositorycreated.json index f2b2b3c5..a601191e 100644 --- a/schemas/repositorycreated.json +++ b/schemas/repositorycreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.created.0.2.0" + "dev.cdevents.repository.created.0.3.0-draft" ], - "default": "dev.cdevents.repository.created.0.2.0" + "default": "dev.cdevents.repository.created.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/repositorydeleted.json b/schemas/repositorydeleted.json index 6b33f549..02329fed 100644 --- a/schemas/repositorydeleted.json +++ b/schemas/repositorydeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.deleted.0.2.0" + "dev.cdevents.repository.deleted.0.3.0-draft" ], - "default": "dev.cdevents.repository.deleted.0.2.0" + "default": "dev.cdevents.repository.deleted.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/repositorymodified.json b/schemas/repositorymodified.json index e93700dc..c3c51fd6 100644 --- a/schemas/repositorymodified.json +++ b/schemas/repositorymodified.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.modified.0.2.0" + "dev.cdevents.repository.modified.0.3.0-draft" ], - "default": "dev.cdevents.repository.modified.0.2.0" + "default": "dev.cdevents.repository.modified.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/servicedeployed.json b/schemas/servicedeployed.json index c49bba91..a087d027 100644 --- a/schemas/servicedeployed.json +++ b/schemas/servicedeployed.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.deployed.0.2.0" + "dev.cdevents.service.deployed.0.3.0-draft" ], - "default": "dev.cdevents.service.deployed.0.2.0" + "default": "dev.cdevents.service.deployed.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/servicepublished.json b/schemas/servicepublished.json index 412ef1ea..eadcf107 100644 --- a/schemas/servicepublished.json +++ b/schemas/servicepublished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.published.0.2.0" + "dev.cdevents.service.published.0.3.0-draft" ], - "default": "dev.cdevents.service.published.0.2.0" + "default": "dev.cdevents.service.published.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/serviceremoved.json b/schemas/serviceremoved.json index 2373682b..4bee163e 100644 --- a/schemas/serviceremoved.json +++ b/schemas/serviceremoved.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.removed.0.2.0" + "dev.cdevents.service.removed.0.3.0-draft" ], - "default": "dev.cdevents.service.removed.0.2.0" + "default": "dev.cdevents.service.removed.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/servicerolledback.json b/schemas/servicerolledback.json index ff652747..876c7271 100644 --- a/schemas/servicerolledback.json +++ b/schemas/servicerolledback.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.rolledback.0.2.0" + "dev.cdevents.service.rolledback.0.3.0-draft" ], - "default": "dev.cdevents.service.rolledback.0.2.0" + "default": "dev.cdevents.service.rolledback.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/serviceupgraded.json b/schemas/serviceupgraded.json index 145648f7..16d53a77 100644 --- a/schemas/serviceupgraded.json +++ b/schemas/serviceupgraded.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.upgraded.0.2.0" + "dev.cdevents.service.upgraded.0.3.0-draft" ], - "default": "dev.cdevents.service.upgraded.0.2.0" + "default": "dev.cdevents.service.upgraded.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/taskrunfinished.json b/schemas/taskrunfinished.json index ea3aef5a..78f241c5 100644 --- a/schemas/taskrunfinished.json +++ b/schemas/taskrunfinished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.taskrun.finished.0.2.0" + "dev.cdevents.taskrun.finished.0.3.0-draft" ], - "default": "dev.cdevents.taskrun.finished.0.2.0" + "default": "dev.cdevents.taskrun.finished.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/taskrunstarted.json b/schemas/taskrunstarted.json index 2aff3b3b..80c71e70 100644 --- a/schemas/taskrunstarted.json +++ b/schemas/taskrunstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.taskrun.started.0.2.0" + "dev.cdevents.taskrun.started.0.3.0-draft" ], - "default": "dev.cdevents.taskrun.started.0.2.0" + "default": "dev.cdevents.taskrun.started.0.3.0-draft" }, "timestamp": { "type": "string", @@ -33,7 +33,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/testcaserunfinished.json b/schemas/testcaserunfinished.json index 6d5369f6..062a29ee 100644 --- a/schemas/testcaserunfinished.json +++ b/schemas/testcaserunfinished.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.finished.0.2.0" + "dev.cdevents.testcaserun.finished.0.3.0-draft" ], - "default": "dev.cdevents.testcaserun.finished.0.2.0" + "default": "dev.cdevents.testcaserun.finished.0.3.0-draft" }, "timestamp": { "type": "string", @@ -32,7 +32,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/testcaserunqueued.json b/schemas/testcaserunqueued.json index 313927d8..6c240da5 100644 --- a/schemas/testcaserunqueued.json +++ b/schemas/testcaserunqueued.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.queued.0.2.0" + "dev.cdevents.testcaserun.queued.0.3.0-draft" ], - "default": "dev.cdevents.testcaserun.queued.0.2.0" + "default": "dev.cdevents.testcaserun.queued.0.3.0-draft" }, "timestamp": { "type": "string", @@ -32,7 +32,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/testcaserunskipped.json b/schemas/testcaserunskipped.json index 5008045f..b1c1716a 100644 --- a/schemas/testcaserunskipped.json +++ b/schemas/testcaserunskipped.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.skipped.0.1.0" + "dev.cdevents.testcaserun.skipped.0.2.0-draft" ], - "default": "dev.cdevents.testcaserun.skipped.0.1.0" + "default": "dev.cdevents.testcaserun.skipped.0.2.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunstarted.json b/schemas/testcaserunstarted.json index 7f315357..5925eed7 100644 --- a/schemas/testcaserunstarted.json +++ b/schemas/testcaserunstarted.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.started.0.2.0" + "dev.cdevents.testcaserun.started.0.3.0-draft" ], - "default": "dev.cdevents.testcaserun.started.0.2.0" + "default": "dev.cdevents.testcaserun.started.0.3.0-draft" }, "timestamp": { "type": "string", @@ -32,7 +32,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/testoutputpublished.json b/schemas/testoutputpublished.json index 9fe861d5..e5ee7024 100644 --- a/schemas/testoutputpublished.json +++ b/schemas/testoutputpublished.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testoutput.published.0.2.0" + "dev.cdevents.testoutput.published.0.3.0-draft" ], - "default": "dev.cdevents.testoutput.published.0.2.0" + "default": "dev.cdevents.testoutput.published.0.3.0-draft" }, "timestamp": { "type": "string", @@ -32,7 +32,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/testsuiterunfinished.json b/schemas/testsuiterunfinished.json index 5b8b6832..68b3fd49 100644 --- a/schemas/testsuiterunfinished.json +++ b/schemas/testsuiterunfinished.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testsuiterun.finished.0.2.0" + "dev.cdevents.testsuiterun.finished.0.3.0-draft" ], - "default": "dev.cdevents.testsuiterun.finished.0.2.0" + "default": "dev.cdevents.testsuiterun.finished.0.3.0-draft" }, "timestamp": { "type": "string", @@ -32,7 +32,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/testsuiterunqueued.json b/schemas/testsuiterunqueued.json index 8a5641eb..9e4fa555 100644 --- a/schemas/testsuiterunqueued.json +++ b/schemas/testsuiterunqueued.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testsuiterun.queued.0.2.0" + "dev.cdevents.testsuiterun.queued.0.3.0-draft" ], - "default": "dev.cdevents.testsuiterun.queued.0.2.0" + "default": "dev.cdevents.testsuiterun.queued.0.3.0-draft" }, "timestamp": { "type": "string", @@ -32,7 +32,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/testsuiterunstarted.json b/schemas/testsuiterunstarted.json index 6abdd906..cb3c076d 100644 --- a/schemas/testsuiterunstarted.json +++ b/schemas/testsuiterunstarted.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testsuiterun.started.0.2.0" + "dev.cdevents.testsuiterun.started.0.3.0-draft" ], - "default": "dev.cdevents.testsuiterun.started.0.2.0" + "default": "dev.cdevents.testsuiterun.started.0.3.0-draft" }, "timestamp": { "type": "string", @@ -32,7 +32,7 @@ "minLength": 1, "format": "uri" }, - "chain_id": { + "chainId": { "type": "string", "minLength": 1 }, diff --git a/schemas/ticketclosed.json b/schemas/ticketclosed.json index b5e512e3..42e87d8f 100644 --- a/schemas/ticketclosed.json +++ b/schemas/ticketclosed.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.ticket.closed.0.1.0" + "dev.cdevents.ticket.closed.0.2.0-draft" ], - "default": "dev.cdevents.ticket.closed.0.1.0" + "default": "dev.cdevents.ticket.closed.0.2.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/ticketcreated.json b/schemas/ticketcreated.json index 2bd97804..a95416e2 100644 --- a/schemas/ticketcreated.json +++ b/schemas/ticketcreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.ticket.created.0.1.0" + "dev.cdevents.ticket.created.0.2.0-draft" ], - "default": "dev.cdevents.ticket.created.0.1.0" + "default": "dev.cdevents.ticket.created.0.2.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/ticketupdated.json b/schemas/ticketupdated.json index 7a7f2747..65d220a1 100644 --- a/schemas/ticketupdated.json +++ b/schemas/ticketupdated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.ticket.updated.0.1.0" + "dev.cdevents.ticket.updated.0.2.0-draft" ], - "default": "dev.cdevents.ticket.updated.0.1.0" + "default": "dev.cdevents.ticket.updated.0.2.0-draft" }, "timestamp": { "type": "string", diff --git a/source-code-version-control.md b/source-code-version-control.md index be090894..20367a99 100644 --- a/source-code-version-control.md +++ b/source-code-version-control.md @@ -67,7 +67,7 @@ A `change` identifies a proposed set of changes to the content of a `repository` A new Source Code Repository was created to host source code for a project. -- Event Type: __`dev.cdevents.repository.created.0.2.0`__ +- Event Type: __`dev.cdevents.repository.created.0.3.0-draft`__ - Predicate: created - Subject: [`repository`](#repository) @@ -85,7 +85,7 @@ A new Source Code Repository was created to host source code for a project. A Source Code Repository modified some of its attributes, like location, or owner. -- Event Type: __`dev.cdevents.repository.modified.0.2.0`__ +- Event Type: __`dev.cdevents.repository.modified.0.3.0-draft`__ - Predicate: modified - Subject: [`repository`](#repository) @@ -101,7 +101,7 @@ A Source Code Repository modified some of its attributes, like location, or owne ### [`repository deleted`](examples/repository_deleted.json) -- Event Type: __`dev.cdevents.repository.deleted.0.2.0`__ +- Event Type: __`dev.cdevents.repository.deleted.0.3.0-draft`__ - Predicate: modified - Subject: [`repository`](#repository) @@ -119,7 +119,7 @@ A Source Code Repository modified some of its attributes, like location, or owne A branch inside the Repository was created. -- Event Type: __`dev.cdevents.branch.created.0.2.0`__ +- Event Type: __`dev.cdevents.branch.created.0.3.0-draft`__ - Predicate: created - Subject: [`branch`](#branch) @@ -134,7 +134,7 @@ A branch inside the Repository was created. A branch inside the Repository was deleted. -- Event Type: __`dev.cdevents.branch.deleted.0.2.0`__ +- Event Type: __`dev.cdevents.branch.deleted.0.3.0-draft`__ - Predicate: deleted - Subject: [`branch`](#branch) @@ -149,7 +149,7 @@ A branch inside the Repository was deleted. A source code change was created and submitted to a repository specific branch. Examples: PullRequest sent to Github, MergeRequest sent to Gitlab, Change created in Gerrit. -- Event Type: __`dev.cdevents.change.created.0.3.0`__ +- Event Type: __`dev.cdevents.change.created.0.4.0-draft`__ - Predicate: created - Subject: [`change`](#change) @@ -165,7 +165,7 @@ A source code change was created and submitted to a repository specific branch. Someone (user) or an automated system submitted an review to the source code change. A user or an automated system needs to be in charge of understanding how many approvals/rejections are needed for this change to be merged or rejected. The review event needs to include if the change is approved by the reviewer, more changes are needed or if the change is rejected. -- Event Type: __`dev.cdevents.change.reviewed.0.2.0`__ +- Event Type: __`dev.cdevents.change.reviewed.0.3.0-draft`__ - Predicate: reviewed - Subject: [`change`](#change) @@ -180,7 +180,7 @@ Someone (user) or an automated system submitted an review to the source code cha A change is merged to the target branch where it was submitted. -- Event Type: __`dev.cdevents.change.merged.0.2.0`__ +- Event Type: __`dev.cdevents.change.merged.0.3.0-draft`__ - Predicate: merged - Subject: [`change`](#change) @@ -195,7 +195,7 @@ A change is merged to the target branch where it was submitted. A tool or a user decides that the change has been inactive for a while and it can be considered abandoned. -- Event Type: __`dev.cdevents.change.abandoned.0.2.0`__ +- Event Type: __`dev.cdevents.change.abandoned.0.3.0-draft`__ - Predicate: abandoned - Subject: [`change`](#change) @@ -210,7 +210,7 @@ A tool or a user decides that the change has been inactive for a while and it ca A Change has been updated, for example a new commit is added or removed from an existing Change. -- Event Type: __`dev.cdevents.change.updated.0.2.0`__ +- Event Type: __`dev.cdevents.change.updated.0.3.0-draft`__ - Predicate: updated - Subject: [`change`](#change) diff --git a/testing-events.md b/testing-events.md index 8caccb2e..0fdb4d47 100644 --- a/testing-events.md +++ b/testing-events.md @@ -75,7 +75,7 @@ One or more `testOutput` artifacts are usually produced as the result of a test This event represents when a testCaseRun has been queued for execution - and is waiting for applicable preconditions (resource availability, other tasks, etc.) to be fulfilled before actually executing. -- Event Type: __`dev.cdevents.testcaserun.queued.0.2.0`__ +- Event Type: __`dev.cdevents.testcaserun.queued.0.3.0-draft`__ - Predicate: queued - Subject: [`testCaseRun`](#testcaserun) @@ -92,7 +92,7 @@ This event represents when a testCaseRun has been queued for execution - and is This event represents a started testCase execution. -- Event Type: __`dev.cdevents.testcaserun.started.0.2.0`__ +- Event Type: __`dev.cdevents.testcaserun.started.0.3.0-draft`__ - Predicate: started - Subject: [`testCaseRun`](#testcaserun) @@ -109,7 +109,7 @@ This event represents a started testCase execution. This event represents a finished testCase execution. The event will contain the outcome and additional metadata as applicable. -- Event Type: __`dev.cdevents.testcaserun.finished.0.2.0`__ +- Event Type: __`dev.cdevents.testcaserun.finished.0.3.0-draft`__ - Predicate: finished - Subject: [`testCaseRun`](#testcaserun) @@ -128,7 +128,7 @@ This event represents a finished testCase execution. The event will contain the This event represents a skipped testCaseRun execution. The event should only be emitted if there has been no prior "queued" or "started" event. -- Event Type: __`dev.cdevents.testcaserun.skipped.0.1.0`__ +- Event Type: __`dev.cdevents.testcaserun.skipped.0.2.0-draft`__ - Predicate: skipped - Subject: [`testCaseRun`](#testcaserun) @@ -147,7 +147,7 @@ This event represents a skipped testCaseRun execution. The event should only be This event represents when a testSuiteRun has been queued for execution - and is waiting for applicable preconditions (resource availability, other tasks, etc.) to be met before actually executing. -- Event Type: __`dev.cdevents.testsuiterun.queued.0.2.0`__ +- Event Type: __`dev.cdevents.testsuiterun.queued.0.3.0-draft`__ - Predicate: queued - Subject: [`testSuiteRun`](#testsuiterun) @@ -163,7 +163,7 @@ This event represents when a testSuiteRun has been queued for execution - and is This event represents a started testSuite execution. -- Event Type: __`dev.cdevents.testsuiterun.started.0.2.0`__ +- Event Type: __`dev.cdevents.testsuiterun.started.0.3.0-draft`__ - Predicate: started - Subject: [`testSuiteRun`](#testsuiterun) @@ -179,7 +179,7 @@ This event represents a started testSuite execution. This event represents a finished testSuite execution. The event will contain the outcome and additional metadata as applicable. -- Event Type: __`dev.cdevents.testsuiterun.finished.0.2.0`__ +- Event Type: __`dev.cdevents.testsuiterun.finished.0.3.0-draft`__ - Predicate: finished - Subject: [`testSuiteRun`](#testsuiterun) @@ -197,7 +197,7 @@ This event represents a finished testSuite execution. The event will contain the The event represents a test execution output that has been published. -- Event Type: __`dev.cdevents.testoutput.published.0.2.0`__ +- Event Type: __`dev.cdevents.testoutput.published.0.3.0-draft`__ - Predicate: published - Subject: [`testOutput`](#testoutput)