Skip to content

Commit f951a8d

Browse files
committed
fix
1 parent d1181ba commit f951a8d

File tree

2 files changed

+277
-4
lines changed

2 files changed

+277
-4
lines changed

pkg/claim/schema.go

Lines changed: 274 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
"type": "string",
6565
"description": "Ginkgo writer output during the test run."
6666
},
67-
"testId": {
68-
"type": "identifier",
69-
"description": "The test identifier"
67+
"testID": {
68+
"description": "The test identifier",
69+
"$ref": "#/definitions/identifier"
7070
}
7171

7272
},

0 commit comments

Comments
 (0)