Skip to content

Commit

Permalink
Update pipelinequeuerequested.json to have uri
Browse files Browse the repository at this point in the history
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: cdevents#160

Signed-off-by: Owen Bower Adams <owen+github@obowersa.net>
  • Loading branch information
obowersa committed Aug 25, 2023
1 parent 6c4a279 commit 536cc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/pipelinerunqueued.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"pipelineName": {
"type": "string"
},
"url": {
"uri": {
"type": "string"
}
},
Expand Down

0 comments on commit 536cc64

Please sign in to comment.