Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Oct 20, 2021
1 parent d1181ba commit f951a8d
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 4 deletions.
275 changes: 274 additions & 1 deletion pkg/claim/schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions schemas/claim.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"type": "string",
"description": "Ginkgo writer output during the test run."
},
"testId": {
"type": "identifier",
"description": "The test identifier"
"testID": {
"description": "The test identifier",
"$ref": "#/definitions/identifier"
}

},
Expand Down

0 comments on commit f951a8d

Please sign in to comment.