repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
cdevents/spec
947e7d1ab9267dfc68c05d8c0fb3caf32198b2d0
2023-03-20T18:36:41
schemas/artifactpackaged.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0/schema/artifact-packaged-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.artifact.packaged.0.1.1", "enum": [ "dev.cdevents.artifact.packaged.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "change": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "change" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "artifact", "enum": [ "artifact" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b462f8452fad8ff254d762cf72283d2e8e00ef27
2024-04-11T14:13:20
schemas/pipelinerunstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0/schema/pipeline-run-started-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.pipelinerun.started.0.2.0", "enum": [ "dev.cdevents.pipelinerun.started.0.2.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineName": { "type": "string" }, "url": { "type": "string" } }, "required": [ "pipelineName", "url" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "pipelineRun", "enum": [ "pipelineRun" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
c1a465de749cb97ca11cc7648a33e118b6662deb
2024-05-15T13:25:20
schemas/servicedeployed.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/service-deployed-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chainId": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "links/embeddedlinksarray" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.service.deployed.0.3.0-draft", "enum": [ "dev.cdevents.service.deployed.0.3.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment", "artifactId" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "service", "enum": [ "service" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
6d9a0f1e91eda4b3ecd1182d8e153c01632ad658
2023-03-10T10:28:58
schemas/servicedeployed.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/service-deployed-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.service.deployed.0.1.1", "enum": [ "dev.cdevents.service.deployed.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment", "artifactId" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
f1aafdb54dfa7177fa819ec4b51da0f9d48af132
2024-03-04T20:30:09
schemas/environmentdeleted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/environment-deleted-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.environment.deleted.0.2.0-draft", "enum": [ "dev.cdevents.environment.deleted.0.2.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "environment", "enum": [ "environment" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b136a558148f06f8f16bf2f078b5a5fef9661357
2022-10-26T11:35:21
schemas/pipelinerunqueued.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/pipeline-run-queued-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.1", "enum": [ "0.1.0", "0.1.1" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineName": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
ce17b5711f0d660a6772722899a45b87e9fa03c3
2022-10-18T13:58:42
schemas/pipelinerunstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/pipeline-run-started-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "contentEncoding": "base64", "type": "string" }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineName": { "type": "string" }, "url": { "type": "string" } }, "required": [ "pipelineName", "url" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
726749c1a6ee9512336f24af9ec61bf564fef331
2023-05-03T21:44:22
schemas/environmentcreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.3.0/schema/environment-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.environment.created.0.1.1", "enum": [ "dev.cdevents.environment.created.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "environment", "enum": [ "environment" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
6d9a0f1e91eda4b3ecd1182d8e153c01632ad658
2023-03-10T10:28:58
schemas/changecreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/change-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.change.created.0.1.2", "enum": [ "dev.cdevents.change.created.0.1.2" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
22688e3c1771e55980bb5f4119670429fc1d1914
2022-10-03T12:33:02
schemas/servicerolledback.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/service-rolledback-event", "$schema": "https://json-schema.org/0.1.0-draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "contentEncoding": "base64", "type": "string" }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
947e7d1ab9267dfc68c05d8c0fb3caf32198b2d0
2023-03-20T18:36:41
schemas/repositorycreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0/schema/repository-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.repository.created.0.1.1", "enum": [ "dev.cdevents.repository.created.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "minLength": 1, "type": "string" }, "owner": { "type": "string" }, "url": { "minLength": 1, "type": "string" }, "viewUrl": { "type": "string" } }, "required": [ "name", "url" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "repository", "enum": [ "repository" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
1640f65527efbfaedcfa2a7cdbc237bdfa491694
2022-10-19T13:39:35
schemas/changeabandoned.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/change-abandoned-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "repository" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
c1a465de749cb97ca11cc7648a33e118b6662deb
2024-05-15T13:25:20
schemas/links/linkend.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/links/linkend", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "chainId": { "description": "This represents the full lifecycles of a series of events in CDEvents", "minLength": 1, "type": "string" }, "end": { "description": "This is the context ID of the final CDEvent in the chain", "properties": { "contextId": { "minLength": 1, "type": "string" } }, "required": [ "contextId" ], "type": "object" }, "from": { "description": "This is the context ID of the producing CDEvent.", "properties": { "contextId": { "minLength": 1, "type": "string" } }, "required": [ "contextId" ], "type": "object" }, "linkType": { "description": "The type associated with the link. In this case, 'END', suggesting the end of some CI/CD lifecycle", "enum": [ "END" ], "type": "string" }, "tags": { "additionalProperties": true, "type": "object" }, "timestamp": { "format": "date-time", "type": "string" } }, "required": [ "chainId", "linkType", "timestamp", "from", "end" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e923f9b2e8e421a938445f4efa62b946f69aacd8
2024-03-12T10:58:31
schemas/branchcreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/branch-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.branch.created.0.2.0-draft", "enum": [ "dev.cdevents.branch.created.0.2.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "branch", "enum": [ "branch" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
f1aafdb54dfa7177fa819ec4b51da0f9d48af132
2024-03-04T20:30:09
schemas/artifactpackaged.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/artifact-packaged-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.artifact.packaged.0.2.0-draft", "enum": [ "dev.cdevents.artifact.packaged.0.2.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "change": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "sbom": { "additionalProperties": false, "properties": { "uri": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "uri" ], "type": "object" } }, "required": [ "change" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "artifact", "enum": [ "artifact" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
d1a2ca689100cdf247bcd273667113bf32226912
2022-10-26T11:35:21
schemas/branchcreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0/schema/branch-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0", "enum": [ "0.1.0" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e3ca7a29e221d658afe64f92a82884238bc7f7a2
2022-11-24T10:17:46
schemas/environmentdeleted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/environment-deleted-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
3ed62d1fed2a9e585ccbbd77cc14f27e686c75a4
2023-03-09T10:02:44
schemas/incidentreported.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/incident-detected-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.incident.detected.0.1.0-draft", "enum": [ "dev.cdevents.incident.detected.0.1.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "description": { "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "type": "string" } }, "required": [ "id" ], "type": "object" }, "service": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "type": "string" } }, "required": [ "id" ], "type": "object" }, "ticketURI": { "format": "uri", "minLength": 1, "type": "string" } }, "required": [ "environment", "ticketURI" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "type": "string" }, "type": { "default": "incident", "enum": [ "incident" ], "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
24c974503f5f401778d4002ae7242cccad78644c
2022-10-21T13:40:19
schemas/buildqueued.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0/schema/build-queued-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0", "enum": [ "0.1.0" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": {}, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
947e7d1ab9267dfc68c05d8c0fb3caf32198b2d0
2023-03-20T18:36:41
schemas/repositorydeleted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0/schema/repository-deleted-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.repository.deleted.0.1.1", "enum": [ "dev.cdevents.repository.deleted.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "owner": { "type": "string" }, "url": { "type": "string" }, "viewUrl": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "repository", "enum": [ "repository" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e923f9b2e8e421a938445f4efa62b946f69aacd8
2024-03-12T10:58:31
schemas/artifactdownloaded.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/artifact-downloaded-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.artifact.downloaded.0.1.0-draft", "enum": [ "dev.cdevents.artifact.downloaded.0.1.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "user": { "minLength": 1, "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "artifact", "enum": [ "artifact" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b136a558148f06f8f16bf2f078b5a5fef9661357
2022-10-26T11:35:21
schemas/serviceupgraded.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/service-upgraded-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.1", "enum": [ "0.1.0", "0.1.1" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment", "artifactId" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e3ca7a29e221d658afe64f92a82884238bc7f7a2
2022-11-24T10:17:46
schemas/buildfinished.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/build-finished-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
835bd423fb9894e9df2df65a0977c4f8aca26f42
2022-10-26T11:35:21
schemas/changemerged.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/change-merged-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.1", "enum": [ "0.1.1" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b462f8452fad8ff254d762cf72283d2e8e00ef27
2024-04-11T14:13:20
schemas/ticketcreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0/schema/ticket-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.ticket.created.0.1.0", "enum": [ "dev.cdevents.ticket.created.0.1.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "assignees": { "items": { "type": "string" }, "type": "array" }, "creator": { "minLength": 1, "type": "string" }, "group": { "type": "string" }, "labels": { "items": { "type": "string" }, "type": "array" }, "milestone": { "type": "string" }, "priority": { "anyOf": [ { "enum": [ "low", "medium", "high" ], "type": "string" }, { "type": "string" } ] }, "summary": { "type": "string" }, "ticketType": { "anyOf": [ { "enum": [ "bug", "enhancement", "incident", "task", "question" ], "type": "string" }, { "type": "string" } ] }, "uri": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "summary", "creator", "uri" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "ticket", "enum": [ "ticket" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e8bec3ffc87b8d99d8919c189326f45321becd4e
2022-11-17T10:01:41
schemas/artifactpublished.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/artifact-published-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": {}, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e48229d19de2dee85b74886c1792d4a5d042e351
2024-05-14T08:28:50
schemas/changecreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/change-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "links/embeddedlinksarray" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.change.created.0.4.0-draft", "enum": [ "dev.cdevents.change.created.0.4.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "description": { "minLength": 1, "type": "string" }, "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "change", "enum": [ "change" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
c8e0f85f0c7fa006b3cf653221850f154fb2a9f1
2023-05-04T13:33:50
schemas/changecreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/change-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.change.created.0.1.2", "enum": [ "dev.cdevents.change.created.0.1.2" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "change", "enum": [ "change" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b136a558148f06f8f16bf2f078b5a5fef9661357
2022-10-26T11:35:21
schemas/changeupdated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/change-updated-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.1", "enum": [ "0.1.0", "0.1.1" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b462f8452fad8ff254d762cf72283d2e8e00ef27
2024-04-11T14:13:20
schemas/changecreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0/schema/change-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.change.created.0.3.0", "enum": [ "dev.cdevents.change.created.0.3.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "description": { "minLength": 1, "type": "string" }, "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "change", "enum": [ "change" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
2ae05468ab1faf6e5da1aff813587494af2a8865
2023-03-15T14:10:43
schemas/buildqueued.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/build-queued-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.build.queued.0.1.1", "enum": [ "dev.cdevents.build.queued.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": {}, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "build", "enum": [ "build" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b462f8452fad8ff254d762cf72283d2e8e00ef27
2024-04-11T14:13:20
schemas/ticketclosed.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0/schema/ticket-closed-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.ticket.closed.0.1.0", "enum": [ "dev.cdevents.ticket.closed.0.1.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "assignees": { "items": { "type": "string" }, "type": "array" }, "creator": { "minLength": 1, "type": "string" }, "group": { "type": "string" }, "labels": { "items": { "type": "string" }, "type": "array" }, "milestone": { "type": "string" }, "priority": { "anyOf": [ { "enum": [ "low", "medium", "high" ], "type": "string" }, { "type": "string" } ] }, "resolution": { "anyOf": [ { "enum": [ "completed", "withdrawn", "duplicate" ], "type": "string" }, { "minLength": 1, "type": "string" } ] }, "summary": { "type": "string" }, "ticketType": { "anyOf": [ { "enum": [ "bug", "enhancement", "incident", "task", "question" ], "type": "string" }, { "type": "string" } ] }, "updatedBy": { "type": "string" }, "uri": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "uri", "resolution" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "ticket", "enum": [ "ticket" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e8bec3ffc87b8d99d8919c189326f45321becd4e
2022-11-17T10:01:41
schemas/pipelinerunqueued.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/pipeline-run-queued-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineName": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
ecb8e6b080d31fef36d145a0d272324e44e0aa04
2023-04-04T13:48:07
schemas/buildstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.3.0-draft/schema/build-started-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.build.started.0.1.1", "enum": [ "dev.cdevents.build.started.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": {}, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "build", "enum": [ "build" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
2bd73867ec63cd4e3f3f6ecb16e6ef27798fc77e
2024-05-15T17:54:05
custom/schema.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/custom", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chainId": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "links/embeddedlinksarray" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "pattern": "^dev\\.cdeventsx\\.[a-zA-Z0-9]+-[a-zA-Z]+\\.[a-zA-Z]+\\.[0-9]\\.[0-9]\\.[0-9]$", "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": true, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "pattern": "^[a-zA-Z0-9]+-[a-zA-Z]+$", "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
7c1c1121a8a44a6577560198f33d93203341a899
2024-05-15T15:46:10
schemas/servicedeployed.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/service-deployed-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chainId": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "links/embeddedlinksarray" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.service.deployed.0.3.0-draft", "enum": [ "dev.cdevents.service.deployed.0.3.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment", "artifactId" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "service", "enum": [ "service" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
947e7d1ab9267dfc68c05d8c0fb3caf32198b2d0
2023-03-20T18:36:41
schemas/changeupdated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0/schema/change-updated-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.change.updated.0.1.2", "enum": [ "dev.cdevents.change.updated.0.1.2" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "change", "enum": [ "change" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
c13a7bb6cf7884e3530adb70b897775adb7b499f
2024-04-12T09:09:22
schemas/artifactdeleted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/artifact-deleted-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.artifact.deleted.0.1.0", "enum": [ "dev.cdevents.artifact.deleted.0.1.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "user": { "minLength": 1, "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "artifact", "enum": [ "artifact" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
ac046d9efd3e9059a7606c3f1c0b043b4f4a6962
2024-05-14T08:28:50
schemas/changecreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/change-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "links/embeddedlinksarray" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.change.created.0.3.0", "enum": [ "dev.cdevents.change.created.0.3.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "description": { "minLength": 1, "type": "string" }, "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "change", "enum": [ "change" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
24c974503f5f401778d4002ae7242cccad78644c
2022-10-21T13:40:19
schemas/servicerolledback.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0/schema/service-rolledback-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0", "enum": [ "0.1.0" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment", "artifactId" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b462f8452fad8ff254d762cf72283d2e8e00ef27
2024-04-11T14:13:20
schemas/servicedeployed.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0/schema/service-deployed-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.service.deployed.0.2.0", "enum": [ "dev.cdevents.service.deployed.0.2.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment", "artifactId" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "service", "enum": [ "service" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
726749c1a6ee9512336f24af9ec61bf564fef331
2023-05-03T21:44:22
schemas/incidentreported.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.3.0/schema/incident-reported-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.incident.reported.0.1.0", "enum": [ "dev.cdevents.incident.reported.0.1.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "description": { "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "service": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "ticketURI": { "format": "uri", "minLength": 1, "type": "string" } }, "required": [ "environment", "ticketURI" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "incident", "enum": [ "incident" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
ecb8e6b080d31fef36d145a0d272324e44e0aa04
2023-04-04T13:48:07
schemas/taskrunstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.3.0-draft/schema/task-run-started-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.taskrun.started.0.1.1", "enum": [ "dev.cdevents.taskrun.started.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineRun": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "taskName": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "taskRun", "enum": [ "taskRun" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e923f9b2e8e421a938445f4efa62b946f69aacd8
2024-03-12T10:58:31
schemas/environmentcreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/environment-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.environment.created.0.2.0-draft", "enum": [ "dev.cdevents.environment.created.0.2.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "environment", "enum": [ "environment" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
7906c90e333a702c2c90b8d42239429a0fbb8bf1
2022-09-13T22:56:19
schemas/pipelinerunfinished.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/draft/schema/pipeline-run-finished-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "draft", "enum": [ "draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "contentEncoding": "base64", "type": "string" }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "errors": { "type": "string" }, "outcome": { "type": "string" }, "pipelineName": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e48229d19de2dee85b74886c1792d4a5d042e351
2024-05-14T08:28:50
schemas/changeabandoned.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/change-abandoned-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "links/embeddedlinksarray" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.change.abandoned.0.3.0-draft", "enum": [ "dev.cdevents.change.abandoned.0.3.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "change", "enum": [ "change" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
ac046d9efd3e9059a7606c3f1c0b043b4f4a6962
2024-05-14T08:28:50
schemas/repositorydeleted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/repository-deleted-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "links/embeddedlinksarray" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.repository.deleted.0.2.0", "enum": [ "dev.cdevents.repository.deleted.0.2.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "owner": { "type": "string" }, "url": { "type": "string" }, "viewUrl": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "repository", "enum": [ "repository" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
c13a7bb6cf7884e3530adb70b897775adb7b499f
2024-04-12T09:09:22
schemas/pipelinerunqueued.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/pipeline-run-queued-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.pipelinerun.queued.0.2.0", "enum": [ "dev.cdevents.pipelinerun.queued.0.2.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineName": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "pipelineRun", "enum": [ "pipelineRun" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
f1aafdb54dfa7177fa819ec4b51da0f9d48af132
2024-03-04T20:30:09
schemas/buildfinished.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/build-finished-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.build.finished.0.2.0-draft", "enum": [ "dev.cdevents.build.finished.0.2.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "build", "enum": [ "build" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
c8e0f85f0c7fa006b3cf653221850f154fb2a9f1
2023-05-04T13:33:50
schemas/incidentreported.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/incident-reported-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.incident.reported.0.1.0", "enum": [ "dev.cdevents.incident.reported.0.1.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "description": { "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "service": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "ticketURI": { "format": "uri", "minLength": 1, "type": "string" } }, "required": [ "environment", "ticketURI" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "incident", "enum": [ "incident" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
f1aafdb54dfa7177fa819ec4b51da0f9d48af132
2024-03-04T20:30:09
schemas/buildstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/build-started-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.build.started.0.2.0-draft", "enum": [ "dev.cdevents.build.started.0.2.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": {}, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "build", "enum": [ "build" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
22688e3c1771e55980bb5f4119670429fc1d1914
2022-10-03T12:33:02
schemas/branchcreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/branch-created-event", "$schema": "https://json-schema.org/0.1.0-draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "contentEncoding": "base64", "type": "string" }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": {}, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
1b2aa91524cbd13f4bce2bdd39f8c1340ed5640b
2022-11-24T10:29:15
schemas/pipelinerunstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/pipeline-run-started-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.pipelinerun.started.0.1.0", "enum": [ "dev.cdevents.pipelinerun.started.0.1.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineName": { "type": "string" }, "url": { "type": "string" } }, "required": [ "pipelineName", "url" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
c8e0f85f0c7fa006b3cf653221850f154fb2a9f1
2023-05-04T13:33:50
schemas/repositorymodified.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/repository-modified-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.repository.modified.0.1.1", "enum": [ "dev.cdevents.repository.modified.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "owner": { "type": "string" }, "url": { "type": "string" }, "viewUrl": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "repository", "enum": [ "repository" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
2ae05468ab1faf6e5da1aff813587494af2a8865
2023-03-15T14:10:43
schemas/repositorymodified.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/repository-modified-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.repository.modified.0.1.1", "enum": [ "dev.cdevents.repository.modified.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "owner": { "type": "string" }, "url": { "type": "string" }, "viewUrl": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "repository", "enum": [ "repository" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
24c974503f5f401778d4002ae7242cccad78644c
2022-10-21T13:40:19
schemas/servicedeployed.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0/schema/service-deployed-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0", "enum": [ "0.1.0" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment", "artifactId" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e923f9b2e8e421a938445f4efa62b946f69aacd8
2024-03-12T10:58:31
schemas/changeabandoned.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/change-abandoned-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.change.abandoned.0.2.0-draft", "enum": [ "dev.cdevents.change.abandoned.0.2.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "change", "enum": [ "change" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
ecb8e6b080d31fef36d145a0d272324e44e0aa04
2023-04-04T13:48:07
schemas/artifactpackaged.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.3.0-draft/schema/artifact-packaged-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.artifact.packaged.0.1.1", "enum": [ "dev.cdevents.artifact.packaged.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "change": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "change" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "artifact", "enum": [ "artifact" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b136a558148f06f8f16bf2f078b5a5fef9661357
2022-10-26T11:35:21
schemas/changeabandoned.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/change-abandoned-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.1", "enum": [ "0.1.0", "0.1.1" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
22688e3c1771e55980bb5f4119670429fc1d1914
2022-10-03T12:33:02
schemas/repositorycreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/repository-created-event", "$schema": "https://json-schema.org/0.1.0-draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "contentEncoding": "base64", "type": "string" }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "minLength": 1, "type": "string" }, "owner": { "type": "string" }, "url": { "minLength": 1, "type": "string" }, "viewUrl": { "type": "string" } }, "required": [ "name", "url" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
7906c90e333a702c2c90b8d42239429a0fbb8bf1
2022-09-13T22:56:19
schemas/buildfinished.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/draft/schema/build-finished-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "draft", "enum": [ "draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "contentEncoding": "base64", "type": "string" }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b136a558148f06f8f16bf2f078b5a5fef9661357
2022-10-26T11:35:21
schemas/environmentdeleted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/environment-deleted-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.1", "enum": [ "0.1.0", "0.1.1" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
22688e3c1771e55980bb5f4119670429fc1d1914
2022-10-03T12:33:02
schemas/environmentcreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/environment-created-event", "$schema": "https://json-schema.org/0.1.0-draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "contentEncoding": "base64", "type": "string" }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
726749c1a6ee9512336f24af9ec61bf564fef331
2023-05-03T21:44:22
schemas/incidentresolved.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.3.0/schema/incident-resolved-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.incident.resolved.0.1.0", "enum": [ "dev.cdevents.incident.resolved.0.1.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "description": { "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "service": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "incident", "enum": [ "incident" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e48229d19de2dee85b74886c1792d4a5d042e351
2024-05-14T08:28:50
schemas/repositorycreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/repository-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "links/embeddedlinksarray" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.repository.created.0.3.0-draft", "enum": [ "dev.cdevents.repository.created.0.3.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "minLength": 1, "type": "string" }, "owner": { "type": "string" }, "url": { "minLength": 1, "type": "string" }, "viewUrl": { "type": "string" } }, "required": [ "name", "url" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "repository", "enum": [ "repository" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
6d9a0f1e91eda4b3ecd1182d8e153c01632ad658
2023-03-10T10:28:58
schemas/changeabandoned.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/change-abandoned-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.change.abandoned.0.1.2", "enum": [ "dev.cdevents.change.abandoned.0.1.2" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
1640f65527efbfaedcfa2a7cdbc237bdfa491694
2022-10-19T13:39:35
schemas/branchcreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/branch-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "repository" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
1b2aa91524cbd13f4bce2bdd39f8c1340ed5640b
2022-11-24T10:29:15
schemas/servicedeployed.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/service-deployed-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.service.deployed.0.1.0", "enum": [ "dev.cdevents.service.deployed.0.1.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment", "artifactId" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b136a558148f06f8f16bf2f078b5a5fef9661357
2022-10-26T11:35:21
schemas/environmentmodified.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/environment-modified-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.1", "enum": [ "0.1.0", "0.1.1" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e923f9b2e8e421a938445f4efa62b946f69aacd8
2024-03-12T10:58:31
schemas/links/linkpath.json
121
2024-05-27T05:20:45.824683Z
{ "additionalProperties": false, "chain_id": { "minLength": 1, "type": "string" }, "from": { "properties": { "context_id": { "minLength": 1, "type": "string" } }, "required": [ "context_id" ], "type": "object" }, "link_type": { "enum": [ "PATH" ], "type": "string" }, "required": [ "chain_id", "link_type", "timestamp", "from", "to" ], "tags": { "additionalProperties": true, "type": "object" }, "timestamp": { "format": "date-time", "type": "string" }, "to": { "properties": { "context_id": { "minLength": 1, "type": "string" } }, "required": [ "context_id" ], "type": "object" }, "type": "object" }
Apache-2.0
en
cdevents/spec
2ae05468ab1faf6e5da1aff813587494af2a8865
2023-03-15T14:10:43
schemas/changeupdated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/change-updated-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.change.updated.0.1.2", "enum": [ "dev.cdevents.change.updated.0.1.2" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "change", "enum": [ "change" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e8bec3ffc87b8d99d8919c189326f45321becd4e
2022-11-17T10:01:41
schemas/serviceupgraded.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/service-upgraded-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment", "artifactId" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
c13a7bb6cf7884e3530adb70b897775adb7b499f
2024-04-12T09:09:22
schemas/artifactdownloaded.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/artifact-downloaded-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.artifact.downloaded.0.1.0", "enum": [ "dev.cdevents.artifact.downloaded.0.1.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "user": { "minLength": 1, "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "artifact", "enum": [ "artifact" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
ce17b5711f0d660a6772722899a45b87e9fa03c3
2022-10-18T13:58:42
schemas/artifactpublished.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/artifact-published-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "contentEncoding": "base64", "type": "string" }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": {}, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
2ae05468ab1faf6e5da1aff813587494af2a8865
2023-03-15T14:10:43
schemas/taskrunstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/task-run-started-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.taskrun.started.0.1.1", "enum": [ "dev.cdevents.taskrun.started.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineRun": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "taskName": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "taskRun", "enum": [ "taskRun" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
1b2aa91524cbd13f4bce2bdd39f8c1340ed5640b
2022-11-24T10:29:15
schemas/repositorymodified.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/repository-modified-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.repository.modified.0.1.0", "enum": [ "dev.cdevents.repository.modified.0.1.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "owner": { "type": "string" }, "url": { "type": "string" }, "viewUrl": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
835bd423fb9894e9df2df65a0977c4f8aca26f42
2022-10-26T11:35:21
schemas/branchdeleted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/branch-deleted-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.1", "enum": [ "0.1.1" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
f1aafdb54dfa7177fa819ec4b51da0f9d48af132
2024-03-04T20:30:09
schemas/branchdeleted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/branch-deleted-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.branch.deleted.0.2.0-draft", "enum": [ "dev.cdevents.branch.deleted.0.2.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "branch", "enum": [ "branch" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b462f8452fad8ff254d762cf72283d2e8e00ef27
2024-04-11T14:13:20
schemas/artifactdeleted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0/schema/artifact-deleted-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.artifact.deleted.0.1.0", "enum": [ "dev.cdevents.artifact.deleted.0.1.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "user": { "minLength": 1, "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "artifact", "enum": [ "artifact" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e923f9b2e8e421a938445f4efa62b946f69aacd8
2024-03-12T10:58:31
schemas/servicepublished.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/service-published-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.service.published.0.2.0-draft", "enum": [ "dev.cdevents.service.published.0.2.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "service", "enum": [ "service" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b462f8452fad8ff254d762cf72283d2e8e00ef27
2024-04-11T14:13:20
schemas/artifactpackaged.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0/schema/artifact-packaged-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.artifact.packaged.0.2.0", "enum": [ "dev.cdevents.artifact.packaged.0.2.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "change": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "sbom": { "additionalProperties": false, "properties": { "uri": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "uri" ], "type": "object" } }, "required": [ "change" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "artifact", "enum": [ "artifact" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
1640f65527efbfaedcfa2a7cdbc237bdfa491694
2022-10-19T13:39:35
schemas/pipelinerunfinished.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/pipeline-run-finished-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "errors": { "type": "string" }, "outcome": { "type": "string" }, "pipelineName": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
ce17b5711f0d660a6772722899a45b87e9fa03c3
2022-10-18T13:58:42
schemas/changemerged.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/change-merged-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "contentEncoding": "base64", "type": "string" }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "repository" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
726749c1a6ee9512336f24af9ec61bf564fef331
2023-05-03T21:44:22
schemas/taskrunstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.3.0/schema/task-run-started-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.taskrun.started.0.1.1", "enum": [ "dev.cdevents.taskrun.started.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineRun": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "taskName": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "taskRun", "enum": [ "taskRun" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
f1aafdb54dfa7177fa819ec4b51da0f9d48af132
2024-03-04T20:30:09
schemas/pipelinerunstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/pipeline-run-started-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.pipelinerun.started.0.2.0-draft", "enum": [ "dev.cdevents.pipelinerun.started.0.2.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineName": { "type": "string" }, "url": { "type": "string" } }, "required": [ "pipelineName", "url" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "pipelineRun", "enum": [ "pipelineRun" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
c13a7bb6cf7884e3530adb70b897775adb7b499f
2024-04-12T09:09:22
schemas/incidentresolved.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/incident-resolved-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.incident.resolved.0.2.0", "enum": [ "dev.cdevents.incident.resolved.0.2.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "description": { "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "service": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "incident", "enum": [ "incident" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
c13a7bb6cf7884e3530adb70b897775adb7b499f
2024-04-12T09:09:22
schemas/taskrunfinished.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/task-run-finished-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.taskrun.finished.0.2.0", "enum": [ "dev.cdevents.taskrun.finished.0.2.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "errors": { "type": "string" }, "outcome": { "type": "string" }, "pipelineRun": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "taskName": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "taskRun", "enum": [ "taskRun" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e8bec3ffc87b8d99d8919c189326f45321becd4e
2022-11-17T10:01:41
schemas/taskrunstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.1/schema/task-run-started-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineRun": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" }, "taskName": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e48229d19de2dee85b74886c1792d4a5d042e351
2024-05-14T08:28:50
schemas/serviceupgraded.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/service-upgraded-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "links/embeddedlinksarray" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.service.upgraded.0.3.0-draft", "enum": [ "dev.cdevents.service.upgraded.0.3.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment", "artifactId" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "service", "enum": [ "service" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
1640f65527efbfaedcfa2a7cdbc237bdfa491694
2022-10-19T13:39:35
schemas/buildfinished.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/build-finished-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
7906c90e333a702c2c90b8d42239429a0fbb8bf1
2022-09-13T22:56:19
schemas/servicepublished.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/draft/schema/service-published-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "draft", "enum": [ "draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "contentEncoding": "base64", "type": "string" }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e3ca7a29e221d658afe64f92a82884238bc7f7a2
2022-11-24T10:17:46
schemas/changeupdated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/change-updated-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e48229d19de2dee85b74886c1792d4a5d042e351
2024-05-14T08:28:50
schemas/environmentdeleted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.5.0-draft/schema/environment-deleted-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "links/embeddedlinksarray" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.environment.deleted.0.3.0-draft", "enum": [ "dev.cdevents.environment.deleted.0.3.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "environment", "enum": [ "environment" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
6d9a0f1e91eda4b3ecd1182d8e153c01632ad658
2023-03-10T10:28:58
schemas/environmentcreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/environment-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.environment.created.0.1.1", "enum": [ "dev.cdevents.environment.created.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
947e7d1ab9267dfc68c05d8c0fb3caf32198b2d0
2023-03-20T18:36:41
schemas/taskrunstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0/schema/task-run-started-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.taskrun.started.0.1.1", "enum": [ "dev.cdevents.taskrun.started.0.1.1" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineRun": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "taskName": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "taskRun", "enum": [ "taskRun" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
2ae05468ab1faf6e5da1aff813587494af2a8865
2023-03-15T14:10:43
schemas/branchdeleted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.2.0-draft/schema/branch-deleted-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.branch.deleted.0.1.2", "enum": [ "dev.cdevents.branch.deleted.0.1.2" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "branch", "enum": [ "branch" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
22688e3c1771e55980bb5f4119670429fc1d1914
2022-10-03T12:33:02
schemas/pipelinerunstarted.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.1.0-draft/schema/pipeline-run-started-event", "$schema": "https://json-schema.org/0.1.0-draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "minLength": 1, "type": "string" }, "version": { "default": "0.1.0-draft", "enum": [ "0.1.0-draft" ], "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "contentEncoding": "base64", "type": "string" }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "pipelineName": { "type": "string" }, "url": { "type": "string" } }, "required": [ "pipelineName", "url" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "type": "string" }, "type": { "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
b462f8452fad8ff254d762cf72283d2e8e00ef27
2024-04-11T14:13:20
schemas/incidentresolved.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0/schema/incident-resolved-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.incident.resolved.0.2.0", "enum": [ "dev.cdevents.incident.resolved.0.2.0" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "artifactId": { "minLength": 1, "type": "string" }, "description": { "type": "string" }, "environment": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }, "service": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "required": [ "environment" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "incident", "enum": [ "incident" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
84cff29758e2943fd7e6f1c124670096d051038c
2024-03-16T19:24:00
schemas/ticketclosed.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/ticket-closed-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.ticket.closed.0.1.0-draft", "enum": [ "dev.cdevents.ticket.closed.0.1.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "assignees": { "items": { "type": "string" }, "type": "array" }, "creator": { "minLength": 1, "type": "string" }, "group": { "type": "string" }, "labels": { "items": { "type": "string" }, "type": "array" }, "milestone": { "type": "string" }, "priority": { "anyOf": [ { "enum": [ "low", "medium", "high" ], "type": "string" }, { "type": "string" } ] }, "resolution": { "anyOf": [ { "enum": [ "completed", "withdrawn", "duplicate" ], "type": "string" }, { "minLength": 1, "type": "string" } ] }, "summary": { "type": "string" }, "ticketType": { "anyOf": [ { "enum": [ "bug", "enhancement", "incident", "task", "question" ], "type": "string" }, { "type": "string" } ] }, "updatedBy": { "type": "string" }, "uri": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "uri", "resolution" ], "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "ticket", "enum": [ "ticket" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en
cdevents/spec
e923f9b2e8e421a938445f4efa62b946f69aacd8
2024-03-12T10:58:31
schemas/changecreated.json
121
2024-05-27T05:20:45.824683Z
{ "$id": "https://cdevents.dev/0.4.0-draft/schema/change-created-event", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "context": { "additionalProperties": false, "properties": { "chain_id": { "minLength": 1, "type": "string" }, "id": { "minLength": 1, "type": "string" }, "links": { "$ref": "/schema/links/embeddedlinksarray.json" }, "schemaUri": { "format": "uri", "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "timestamp": { "format": "date-time", "type": "string" }, "type": { "default": "dev.cdevents.change.created.0.3.0-draft", "enum": [ "dev.cdevents.change.created.0.3.0-draft" ], "type": "string" }, "version": { "minLength": 1, "type": "string" } }, "required": [ "version", "id", "source", "type", "timestamp" ], "type": "object" }, "customData": { "oneOf": [ { "type": "object" }, { "contentEncoding": "base64", "type": "string" } ] }, "customDataContentType": { "type": "string" }, "subject": { "additionalProperties": false, "properties": { "content": { "additionalProperties": false, "properties": { "description": { "minLength": 1, "type": "string" }, "repository": { "additionalProperties": false, "properties": { "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "minLength": 1, "type": "string" }, "source": { "format": "uri-reference", "minLength": 1, "type": "string" }, "type": { "default": "change", "enum": [ "change" ], "minLength": 1, "type": "string" } }, "required": [ "id", "type", "content" ], "type": "object" } }, "required": [ "context", "subject" ], "type": "object" }
Apache-2.0
en