From 536cc64c7776c387140b47e0c3ca355c374f365b Mon Sep 17 00:00:00 2001 From: Owen Bower Adams Date: Fri, 25 Aug 2023 22:13:05 +0100 Subject: [PATCH] Update pipelinequeuerequested.json to have uri The pipelineququerequested schema uses the field uri instead of url. This is different from the two other pipeline schemas and different from the markdown docs for the schema. This is related to the following issue: https://github.com/cdevents/spec/issues/160 Signed-off-by: Owen Bower Adams --- schemas/pipelinerunqueued.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/pipelinerunqueued.json b/schemas/pipelinerunqueued.json index 5077f798..4e0a6a8e 100644 --- a/schemas/pipelinerunqueued.json +++ b/schemas/pipelinerunqueued.json @@ -63,7 +63,7 @@ "pipelineName": { "type": "string" }, - "url": { + "uri": { "type": "string" } },