From df82bad367556de0c725e9545971dd202b89a675 Mon Sep 17 00:00:00 2001 From: xibz Date: Wed, 25 Mar 2026 10:04:06 -0500 Subject: [PATCH] fix(test): test subject were missing format on subject.source Signed-off-by: xibz --- schemas/testcaserunfinished.json | 7 +++++-- schemas/testcaserunqueued.json | 7 +++++-- schemas/testcaserunskipped.json | 7 +++++-- schemas/testcaserunstarted.json | 7 +++++-- schemas/testoutputpublished.json | 11 ++++++++--- schemas/testsuiterunfinished.json | 7 +++++-- schemas/testsuiterunqueued.json | 7 +++++-- schemas/testsuiterunstarted.json | 7 +++++-- 8 files changed, 43 insertions(+), 17 deletions(-) diff --git a/schemas/testcaserunfinished.json b/schemas/testcaserunfinished.json index 00303aa..49350ca 100644 --- a/schemas/testcaserunfinished.json +++ b/schemas/testcaserunfinished.json @@ -14,7 +14,8 @@ }, "source": { "type": "string", - "minLength": 1 + "minLength": 1, + "format": "uri-reference" }, "type": { "type": "string", @@ -49,7 +50,9 @@ "minLength": 1 }, "source": { - "type": "string" + "type": "string", + "minLength": 1, + "format": "uri-reference" }, "content": { "properties": { diff --git a/schemas/testcaserunqueued.json b/schemas/testcaserunqueued.json index 06d15c2..d78b7d7 100644 --- a/schemas/testcaserunqueued.json +++ b/schemas/testcaserunqueued.json @@ -14,7 +14,8 @@ }, "source": { "type": "string", - "minLength": 1 + "minLength": 1, + "format": "uri-reference" }, "type": { "type": "string", @@ -57,7 +58,9 @@ "minLength": 1 }, "source": { - "type": "string" + "type": "string", + "minLength": 1, + "format": "uri-reference" }, "content": { "properties": { diff --git a/schemas/testcaserunskipped.json b/schemas/testcaserunskipped.json index 2a09673..9a0ee08 100644 --- a/schemas/testcaserunskipped.json +++ b/schemas/testcaserunskipped.json @@ -14,7 +14,8 @@ }, "source": { "type": "string", - "minLength": 1 + "minLength": 1, + "format": "uri-reference" }, "type": { "type": "string", @@ -57,7 +58,9 @@ "minLength": 1 }, "source": { - "type": "string" + "type": "string", + "minLength": 1, + "format": "uri-reference" }, "content": { "properties": { diff --git a/schemas/testcaserunstarted.json b/schemas/testcaserunstarted.json index 72f4c7f..43191d0 100644 --- a/schemas/testcaserunstarted.json +++ b/schemas/testcaserunstarted.json @@ -14,7 +14,8 @@ }, "source": { "type": "string", - "minLength": 1 + "minLength": 1, + "format": "uri-reference" }, "type": { "type": "string", @@ -57,7 +58,9 @@ "minLength": 1 }, "source": { - "type": "string" + "type": "string", + "minLength": 1, + "format": "uri-reference" }, "content": { "properties": { diff --git a/schemas/testoutputpublished.json b/schemas/testoutputpublished.json index c29b20a..064ba62 100644 --- a/schemas/testoutputpublished.json +++ b/schemas/testoutputpublished.json @@ -14,7 +14,8 @@ }, "source": { "type": "string", - "minLength": 1 + "minLength": 1, + "format": "uri-reference" }, "type": { "type": "string", @@ -57,7 +58,9 @@ "minLength": 1 }, "source": { - "type": "string" + "type": "string", + "minLength": 1, + "format": "uri-reference" }, "content": { "properties": { @@ -87,7 +90,9 @@ "minLength": 1 }, "source": { - "type": "string" + "type": "string", + "minLength": 1, + "format": "uri-reference" } }, "additionalProperties": false, diff --git a/schemas/testsuiterunfinished.json b/schemas/testsuiterunfinished.json index 3725cad..3e528d2 100644 --- a/schemas/testsuiterunfinished.json +++ b/schemas/testsuiterunfinished.json @@ -14,7 +14,8 @@ }, "source": { "type": "string", - "minLength": 1 + "minLength": 1, + "format": "uri-reference" }, "type": { "type": "string", @@ -49,7 +50,9 @@ "minLength": 1 }, "source": { - "type": "string" + "type": "string", + "minLength": 1, + "format": "uri-reference" }, "content": { "properties": { diff --git a/schemas/testsuiterunqueued.json b/schemas/testsuiterunqueued.json index d894d29..edffd6c 100644 --- a/schemas/testsuiterunqueued.json +++ b/schemas/testsuiterunqueued.json @@ -14,7 +14,8 @@ }, "source": { "type": "string", - "minLength": 1 + "minLength": 1, + "format": "uri-reference" }, "type": { "type": "string", @@ -57,7 +58,9 @@ "minLength": 1 }, "source": { - "type": "string" + "type": "string", + "minLength": 1, + "format": "uri-reference" }, "content": { "properties": { diff --git a/schemas/testsuiterunstarted.json b/schemas/testsuiterunstarted.json index 5154c47..cc98433 100644 --- a/schemas/testsuiterunstarted.json +++ b/schemas/testsuiterunstarted.json @@ -14,7 +14,8 @@ }, "source": { "type": "string", - "minLength": 1 + "minLength": 1, + "format": "uri-reference" }, "type": { "type": "string", @@ -57,7 +58,9 @@ "minLength": 1 }, "source": { - "type": "string" + "type": "string", + "minLength": 1, + "format": "uri-reference" }, "content": { "properties": {