From 5cdda3268cb9449e0d4a8d48dad249acf6bfaf3e Mon Sep 17 00:00:00 2001 From: Owen Bower Adams Date: Fri, 25 Aug 2023 22:29:27 +0100 Subject: [PATCH] Update testsuiterunqueued.json to replace url with uri The testsuiterunqueued schema uses the field url under testsuite. Within the other testsuite run schemas, uri is used. This is also used in the markdown documents. This change updates the testsuiterunqueued schema to bring it in line with the other testsuite's This is in relation to: https://github.com/cdevents/spec/issues/160 Signed-off-by: Owen Bower Adams --- schemas/testsuiterunqueued.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/testsuiterunqueued.json b/schemas/testsuiterunqueued.json index 3d255d51..8dd0f72e 100644 --- a/schemas/testsuiterunqueued.json +++ b/schemas/testsuiterunqueued.json @@ -111,7 +111,7 @@ "name": { "type": "string" }, - "url": { + "uri": { "type": "string", "format": "uri" }