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 | ecb8e6b080d31fef36d145a0d272324e44e0aa04 | 2023-04-04T13:48:07 | schemas/environmentmodified.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.0-draft/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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.environment.modified.0.1.1",
"enum": [
"dev.cdevents.environment.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"
},
"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 | ce17b5711f0d660a6772722899a45b87e9fa03c3 | 2022-10-18T13:58:42 | 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": {
"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 | ecb8e6b080d31fef36d145a0d272324e44e0aa04 | 2023-04-04T13:48:07 | schemas/repositorydeleted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.0-draft/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 | 07d06a8b9cc9ccc4a94dc4cf90c4e6111031fde6 | 2022-10-07T08:55:12 | 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": {
"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 | c8e0f85f0c7fa006b3cf653221850f154fb2a9f1 | 2023-05-04T13:33:50 | 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": {
"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 | e48229d19de2dee85b74886c1792d4a5d042e351 | 2024-05-14T08:28:50 | schemas/pipelinerunfinished.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.5.0-draft/schema/pipeline-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": "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.pipelinerun.finished.0.3.0-draft",
"enum": [
"dev.cdevents.pipelinerun.finished.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": {
"errors": {
"type": "string"
},
"outcome": {
"type": "string"
},
"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 | ac046d9efd3e9059a7606c3f1c0b043b4f4a6962 | 2024-05-14T08:28:50 | schemas/links/linkpath.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.5.0-draft/schema/links/linkpath",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"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"
},
"tags": {
"additionalProperties": true,
"type": "object"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"to": {
"properties": {
"context_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"context_id"
],
"type": "object"
}
},
"required": [
"chain_id",
"link_type",
"timestamp",
"from",
"to"
],
"type": "object"
} | Apache-2.0 | en |
cdevents/spec | 22688e3c1771e55980bb5f4119670429fc1d1914 | 2022-10-03T12:33:02 | 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/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 | f1aafdb54dfa7177fa819ec4b51da0f9d48af132 | 2024-03-04T20:30:09 | schemas/taskrunstarted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.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"
},
"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.started.0.2.0-draft",
"enum": [
"dev.cdevents.taskrun.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": {
"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/servicedeployed.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0-draft/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-draft",
"enum": [
"dev.cdevents.service.deployed.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": {
"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 | ecb8e6b080d31fef36d145a0d272324e44e0aa04 | 2023-04-04T13:48:07 | schemas/serviceupgraded.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.0-draft/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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.service.upgraded.0.1.1",
"enum": [
"dev.cdevents.service.upgraded.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": {
"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/buildfinished.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0/schema/build-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.build.finished.0.2.0",
"enum": [
"dev.cdevents.build.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": {
"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 | c1a465de749cb97ca11cc7648a33e118b6662deb | 2024-05-15T13:25:20 | 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": {
"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.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 | e48229d19de2dee85b74886c1792d4a5d042e351 | 2024-05-14T08:28:50 | 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": "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.artifact.downloaded.0.2.0-draft",
"enum": [
"dev.cdevents.artifact.downloaded.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": {
"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/artifactpackaged.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.5.0-draft/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": "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.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 | f1aafdb54dfa7177fa819ec4b51da0f9d48af132 | 2024-03-04T20:30:09 | schemas/servicedeployed.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.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"
},
"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-draft",
"enum": [
"dev.cdevents.service.deployed.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": {
"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 | e3ca7a29e221d658afe64f92a82884238bc7f7a2 | 2022-11-24T10:17:46 | schemas/artifactpackaged.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.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": {
"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": {
"change": {
"additionalProperties": false,
"properties": {
"id": {
"minLength": 1,
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}
},
"required": [
"change"
],
"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/taskrunstarted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.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": {
"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": {
"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 | 6d9a0f1e91eda4b3ecd1182d8e153c01632ad658 | 2023-03-10T10:28:58 | schemas/artifactpublished.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.artifact.published.0.1.1",
"enum": [
"dev.cdevents.artifact.published.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": {
"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/repositorycreated.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.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": {
"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": {
"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 | b136a558148f06f8f16bf2f078b5a5fef9661357 | 2022-10-26T11:35:21 | 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": {
"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": {},
"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 | 24c974503f5f401778d4002ae7242cccad78644c | 2022-10-21T13:40:19 | 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"
}
},
"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 | e8bec3ffc87b8d99d8919c189326f45321becd4e | 2022-11-17T10:01:41 | schemas/servicedeployed.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.1/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": {
"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 | 726749c1a6ee9512336f24af9ec61bf564fef331 | 2023-05-03T21:44:22 | schemas/incidentdetected.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.0/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",
"enum": [
"dev.cdevents.incident.detected.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 | 947e7d1ab9267dfc68c05d8c0fb3caf32198b2d0 | 2023-03-20T18:36:41 | schemas/servicerolledback.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.service.rolledback.0.1.1",
"enum": [
"dev.cdevents.service.rolledback.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": {
"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 | b4897f4c27b85e8a7069f4c1ec54c9a5b764c3e3 | 2022-10-10T17:15:37 | schemas/serviceupgraded.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.0-draft/schema/service-upgraded-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": {
"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 | 24c974503f5f401778d4002ae7242cccad78644c | 2022-10-21T13:40:19 | schemas/branchdeleted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.0/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.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"
}
},
"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 | b136a558148f06f8f16bf2f078b5a5fef9661357 | 2022-10-26T11:35:21 | schemas/repositorydeleted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.1/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": {
"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"
},
"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 | ecb8e6b080d31fef36d145a0d272324e44e0aa04 | 2023-04-04T13:48:07 | schemas/environmentdeleted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.environment.deleted.0.1.1",
"enum": [
"dev.cdevents.environment.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"
}
},
"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 | e48229d19de2dee85b74886c1792d4a5d042e351 | 2024-05-14T08:28:50 | schemas/environmentcreated.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.5.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": "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.created.0.3.0-draft",
"enum": [
"dev.cdevents.environment.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": {
"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 | ac046d9efd3e9059a7606c3f1c0b043b4f4a6962 | 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.2.0",
"enum": [
"dev.cdevents.environment.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"
}
},
"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 | 947e7d1ab9267dfc68c05d8c0fb3caf32198b2d0 | 2023-03-20T18:36:41 | schemas/buildstarted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.0/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 | e8bec3ffc87b8d99d8919c189326f45321becd4e | 2022-11-17T10:01:41 | schemas/buildstarted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.1/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": {
"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 | e8bec3ffc87b8d99d8919c189326f45321becd4e | 2022-11-17T10:01:41 | schemas/buildqueued.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.1/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": {
"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 | 15f27509f9da02d25d8701ec7c0fe38a20156d4d | 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-reported-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.incident.reported.0.1.0-draft",
"enum": [
"dev.cdevents.incident.reported.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": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"id": {
"minLength": 1,
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"ticketURI": {
"format": "uri",
"minLength": 1,
"type": "string"
}
},
"required": [
"environment",
"ticketURI"
],
"type": "object"
},
"id": {
"minLength": 1,
"type": "string"
},
"source": {
"type": "string"
},
"type": {
"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/servicerolledback.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0/schema/service-rolledback-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.rolledback.0.2.0",
"enum": [
"dev.cdevents.service.rolledback.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 | b462f8452fad8ff254d762cf72283d2e8e00ef27 | 2024-04-11T14:13:20 | schemas/taskrunstarted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0/schema/task-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.taskrun.started.0.2.0",
"enum": [
"dev.cdevents.taskrun.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": {
"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/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": {
"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 | c1a465de749cb97ca11cc7648a33e118b6662deb | 2024-05-15T13:25:20 | schemas/buildqueued.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.5.0-draft/schema/build-queued-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.build.queued.0.3.0-draft",
"enum": [
"dev.cdevents.build.queued.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": {},
"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 | 07d06a8b9cc9ccc4a94dc4cf90c4e6111031fde6 | 2022-10-07T08:55:12 | 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/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": {
"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/servicepublished.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.0/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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.service.published.0.1.1",
"enum": [
"dev.cdevents.service.published.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": {
"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 | 22688e3c1771e55980bb5f4119670429fc1d1914 | 2022-10-03T12:33:02 | schemas/buildstarted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.0-draft/schema/build-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": {},
"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/environmentmodified.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0-draft/schema/environment-modified-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.modified.0.2.0-draft",
"enum": [
"dev.cdevents.environment.modified.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 | 726749c1a6ee9512336f24af9ec61bf564fef331 | 2023-05-03T21:44:22 | schemas/changemerged.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.0/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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.change.merged.0.1.2",
"enum": [
"dev.cdevents.change.merged.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 | 24c974503f5f401778d4002ae7242cccad78644c | 2022-10-21T13:40:19 | schemas/buildstarted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.0/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": {
"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 | c8e0f85f0c7fa006b3cf653221850f154fb2a9f1 | 2023-05-04T13:33:50 | schemas/repositorycreated.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0-draft/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/servicedeployed.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.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": {
"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": {
"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 | c1a465de749cb97ca11cc7648a33e118b6662deb | 2024-05-15T13:25:20 | schemas/incidentreported.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.5.0-draft/schema/incident-reported-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.incident.reported.0.3.0-draft",
"enum": [
"dev.cdevents.incident.reported.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"
},
"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 | d1a2ca689100cdf247bcd273667113bf32226912 | 2022-10-26T11:35:21 | schemas/changecreated.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.0/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": {
"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 | e923f9b2e8e421a938445f4efa62b946f69aacd8 | 2024-03-12T10:58:31 | schemas/incidentdetected.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0-draft/schema/incident-detected-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.detected.0.2.0-draft",
"enum": [
"dev.cdevents.incident.detected.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": {
"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 | b462f8452fad8ff254d762cf72283d2e8e00ef27 | 2024-04-11T14:13:20 | schemas/changemerged.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0/schema/change-merged-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.merged.0.2.0",
"enum": [
"dev.cdevents.change.merged.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": {
"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 | 7906c90e333a702c2c90b8d42239429a0fbb8bf1 | 2022-09-13T22:56:19 | schemas/repositorymodified.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/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": {
"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": {
"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 | c13a7bb6cf7884e3530adb70b897775adb7b499f | 2024-04-12T09:09:22 | 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": "/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/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": {
"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 | c1a465de749cb97ca11cc7648a33e118b6662deb | 2024-05-15T13:25:20 | 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": {
"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.pipelinerun.queued.0.3.0-draft",
"enum": [
"dev.cdevents.pipelinerun.queued.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": {
"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 | c8e0f85f0c7fa006b3cf653221850f154fb2a9f1 | 2023-05-04T13:33:50 | 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": {
"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": {
"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/artifactpublished.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.artifact.published.0.1.1",
"enum": [
"dev.cdevents.artifact.published.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": "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/taskrunfinished.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.0-draft/schema/task-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": {
"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": {
"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 | 24c974503f5f401778d4002ae7242cccad78644c | 2022-10-21T13:40:19 | schemas/repositorymodified.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.0/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": {
"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": {
"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 | 1640f65527efbfaedcfa2a7cdbc237bdfa491694 | 2022-10-19T13:39:35 | schemas/taskrunstarted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.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": {
"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": {
"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 | b462f8452fad8ff254d762cf72283d2e8e00ef27 | 2024-04-11T14:13:20 | schemas/serviceupgraded.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0/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": "/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.upgraded.0.2.0",
"enum": [
"dev.cdevents.service.upgraded.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 | 1b2aa91524cbd13f4bce2bdd39f8c1340ed5640b | 2022-11-24T10:29:15 | schemas/branchcreated.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.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": {
"default": "dev.cdevents.branch.created.0.1.1",
"enum": [
"dev.cdevents.branch.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": {
"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 | 2ae05468ab1faf6e5da1aff813587494af2a8865 | 2023-03-15T14:10:43 | schemas/servicerolledback.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.0-draft/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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.service.rolledback.0.1.1",
"enum": [
"dev.cdevents.service.rolledback.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": {
"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 | 7906c90e333a702c2c90b8d42239429a0fbb8bf1 | 2022-09-13T22:56:19 | schemas/changeupdated.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/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": {
"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": {},
"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/pipelinerunqueued.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.0-draft/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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.pipelinerun.queued.0.1.1",
"enum": [
"dev.cdevents.pipelinerun.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": {
"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 | c1a465de749cb97ca11cc7648a33e118b6662deb | 2024-05-15T13:25:20 | schemas/links/embeddedlinkend.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.5.0-draft/schema/links/embeddedlinkend",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"from": {
"description": "When consuming a CDEvent, you are consuming a parent event. So, when looking at the 'from' key, this is the parent's parent.",
"properties": {
"contextId": {
"minLength": 1,
"type": "string"
}
},
"required": [
"contextId"
],
"type": "object"
},
"linkType": {
"enum": [
"END"
],
"type": "string"
},
"tags": {
"additionalProperties": true,
"type": "object"
}
},
"required": [
"linkType"
],
"type": "object"
} | Apache-2.0 | en |
cdevents/spec | c13a7bb6cf7884e3530adb70b897775adb7b499f | 2024-04-12T09:09:22 | schemas/taskrunstarted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.5.0-draft/schema/task-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.taskrun.started.0.2.0",
"enum": [
"dev.cdevents.taskrun.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": {
"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 | 22688e3c1771e55980bb5f4119670429fc1d1914 | 2022-10-03T12:33:02 | schemas/environmentmodified.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.0-draft/schema/environment-modified-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 | 7906c90e333a702c2c90b8d42239429a0fbb8bf1 | 2022-09-13T22:56:19 | schemas/environmentmodified.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/draft/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": "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": {
"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 | b462f8452fad8ff254d762cf72283d2e8e00ef27 | 2024-04-11T14:13:20 | schemas/buildqueued.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0/schema/build-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.build.queued.0.2.0",
"enum": [
"dev.cdevents.build.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": {},
"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 | ba07b7640e7bc27bbe999f47e951a9a4b87ae84c | 2024-01-16T13:50:09 | schemas/artifactpublished.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.artifact.published.0.2.0-draft",
"enum": [
"dev.cdevents.artifact.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": {
"sbom": {
"additionalProperties": false,
"properties": {
"uri": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
},
"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/artifactdeleted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.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-draft",
"enum": [
"dev.cdevents.artifact.deleted.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 | 726749c1a6ee9512336f24af9ec61bf564fef331 | 2023-05-03T21:44:22 | schemas/branchdeleted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.0/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 | 1b2aa91524cbd13f4bce2bdd39f8c1340ed5640b | 2022-11-24T10:29:15 | 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": {
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.build.queued.0.1.0",
"enum": [
"dev.cdevents.build.queued.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": {},
"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/servicerolledback.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.0-draft/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": {
"default": "dev.cdevents.service.rolledback.0.1.0",
"enum": [
"dev.cdevents.service.rolledback.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 | 947e7d1ab9267dfc68c05d8c0fb3caf32198b2d0 | 2023-03-20T18:36:41 | schemas/incidentresolved.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.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 | c8e0f85f0c7fa006b3cf653221850f154fb2a9f1 | 2023-05-04T13:33:50 | 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"
},
"source": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.build.finished.0.1.1",
"enum": [
"dev.cdevents.build.finished.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": {
"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 | e3ca7a29e221d658afe64f92a82884238bc7f7a2 | 2022-11-24T10:17:46 | 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": {
"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"
},
"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 | 6d9a0f1e91eda4b3ecd1182d8e153c01632ad658 | 2023-03-10T10:28:58 | 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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.build.finished.0.1.1",
"enum": [
"dev.cdevents.build.finished.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": {
"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 | ce17b5711f0d660a6772722899a45b87e9fa03c3 | 2022-10-18T13:58:42 | 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/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": {
"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 | 726749c1a6ee9512336f24af9ec61bf564fef331 | 2023-05-03T21:44:22 | schemas/serviceupgraded.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.0/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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.service.upgraded.0.1.1",
"enum": [
"dev.cdevents.service.upgraded.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": {
"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 | 24c974503f5f401778d4002ae7242cccad78644c | 2022-10-21T13:40:19 | schemas/changeabandoned.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.0/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",
"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"
}
},
"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 | 6d9a0f1e91eda4b3ecd1182d8e153c01632ad658 | 2023-03-10T10:28:58 | schemas/buildstarted.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.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": {
"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/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": {
"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/repositorymodified.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.5.0-draft/schema/repository-modified-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.repository.modified.0.3.0-draft",
"enum": [
"dev.cdevents.repository.modified.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"
},
"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 | c1a465de749cb97ca11cc7648a33e118b6662deb | 2024-05-15T13:25:20 | schemas/links/linkpath.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.5.0-draft/schema/links/linkpath",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"chainId": {
"minLength": 1,
"type": "string"
},
"from": {
"properties": {
"contextId": {
"minLength": 1,
"type": "string"
}
},
"required": [
"contextId"
],
"type": "object"
},
"linkType": {
"enum": [
"PATH"
],
"type": "string"
},
"tags": {
"additionalProperties": true,
"type": "object"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"to": {
"properties": {
"contextId": {
"minLength": 1,
"type": "string"
}
},
"required": [
"contextId"
],
"type": "object"
}
},
"required": [
"chainId",
"linkType",
"timestamp",
"from",
"to"
],
"type": "object"
} | Apache-2.0 | en |
cdevents/spec | 947e7d1ab9267dfc68c05d8c0fb3caf32198b2d0 | 2023-03-20T18:36:41 | schemas/changeabandoned.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.0/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": {
"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/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.2.0",
"enum": [
"dev.cdevents.change.abandoned.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": {
"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 | 22688e3c1771e55980bb5f4119670429fc1d1914 | 2022-10-03T12:33:02 | schemas/taskrunfinished.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.0-draft/schema/task-run-finished-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": {
"errors": {
"type": "string"
},
"outcome": {
"type": "string"
},
"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 | 24c974503f5f401778d4002ae7242cccad78644c | 2022-10-21T13:40:19 | schemas/changecreated.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.0/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": {
"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"
}
},
"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 | 1640f65527efbfaedcfa2a7cdbc237bdfa491694 | 2022-10-19T13:39:35 | 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": {
"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 | b6df4e22108e192d1068d1014dab345cfaff2be2 | 2023-08-15T10:10:07 | 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.2.0",
"enum": [
"dev.cdevents.change.created.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": {
"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 | ecb8e6b080d31fef36d145a0d272324e44e0aa04 | 2023-04-04T13:48:07 | schemas/taskrunfinished.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.0-draft/schema/task-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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.taskrun.finished.0.1.1",
"enum": [
"dev.cdevents.taskrun.finished.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": {
"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 | 726749c1a6ee9512336f24af9ec61bf564fef331 | 2023-05-03T21:44:22 | schemas/pipelinerunqueued.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.3.0/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": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.pipelinerun.queued.0.1.1",
"enum": [
"dev.cdevents.pipelinerun.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": {
"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 | 1b2aa91524cbd13f4bce2bdd39f8c1340ed5640b | 2022-11-24T10:29:15 | schemas/serviceupgraded.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.0-draft/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": {
"default": "dev.cdevents.service.upgraded.0.1.0",
"enum": [
"dev.cdevents.service.upgraded.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 | 66d4db0f167fe45189d1b398160905196936bc98 | 2022-10-18T13:58:42 | schemas/artifactpackaged.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.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": {
"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": {
"change": {
"additionalProperties": false,
"properties": {
"id": {
"minLength": 1,
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}
},
"required": [
"change"
],
"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/environmentmodified.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.5.0-draft/schema/environment-modified-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.modified.0.3.0-draft",
"enum": [
"dev.cdevents.environment.modified.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"
},
"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 | b136a558148f06f8f16bf2f078b5a5fef9661357 | 2022-10-26T11:35:21 | schemas/repositorymodified.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.1.1/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": {
"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"
},
"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 | 947e7d1ab9267dfc68c05d8c0fb3caf32198b2d0 | 2023-03-20T18:36:41 | schemas/servicedeployed.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.2.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": {
"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": {
"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/changeabandoned.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0/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",
"enum": [
"dev.cdevents.change.abandoned.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": {
"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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.