Skip to content

Commit 35efca3

Browse files
committed
Add URL
1 parent 4806581 commit 35efca3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

pkg/claim/schema.go

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schemas/claim.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@
6363
"CapturedTestOutput": {
6464
"type": "string",
6565
"description": "Ginkgo writer output during the test run."
66+
},
67+
"Url": {
68+
"type": "string",
69+
"description": "The Url of the test ID"
6670
}
71+
6772
},
6873
"additionalProperties": false,
6974
"required": [

0 commit comments

Comments
 (0)