Skip to content

Commit 3629760

Browse files
xibzafrittoli
authored andcommitted
update(spec): remove unnecessary dashes in $id
This commit removes additional dashes, e.g., test-case-run. This makes tools have a harder time matching events due to the subjects being non-dashed words. Signed-off-by: xibz <bjp@apple.com>
1 parent b715d62 commit 3629760

12 files changed

Lines changed: 12 additions & 12 deletions

schemas/pipelinerunfinished.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.5.0-draft/schema/pipeline-run-finished-event",
3+
"$id": "https://cdevents.dev/0.5.0-draft/schema/pipelinerun-finished-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/pipelinerunqueued.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.5.0-draft/schema/pipeline-run-queued-event",
3+
"$id": "https://cdevents.dev/0.5.0-draft/schema/pipelinerun-queued-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/pipelinerunstarted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.5.0-draft/schema/pipeline-run-started-event",
3+
"$id": "https://cdevents.dev/0.5.0-draft/schema/pipelinerun-started-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/taskrunfinished.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.5.0-draft/schema/task-run-finished-event",
3+
"$id": "https://cdevents.dev/0.5.0-draft/schema/taskrun-finished-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/taskrunstarted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.5.0-draft/schema/task-run-started-event",
3+
"$id": "https://cdevents.dev/0.5.0-draft/schema/taskrun-started-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/testcaserunfinished.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.5.0-draft/schema/test-case-run-finished-event",
3+
"$id": "https://cdevents.dev/0.5.0-draft/schema/testcaserun-finished-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/testcaserunqueued.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.5.0-draft/schema/test-case-run-queued-event",
3+
"$id": "https://cdevents.dev/0.5.0-draft/schema/testcaserun-queued-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/testcaserunskipped.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.5.0-draft/schema/test-case-run-skipped-event",
3+
"$id": "https://cdevents.dev/0.5.0-draft/schema/testcaserun-skipped-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/testcaserunstarted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.5.0-draft/schema/test-case-run-started-event",
3+
"$id": "https://cdevents.dev/0.5.0-draft/schema/testcaserun-started-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/testsuiterunfinished.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.5.0-draft/schema/test-suite-run-finished-event",
3+
"$id": "https://cdevents.dev/0.5.0-draft/schema/testsuiterun-finished-event",
44
"properties": {
55
"context": {
66
"properties": {

0 commit comments

Comments
 (0)