Skip to content

Commit

Permalink
feat(CB2-12690): rebase against origin develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Searle committed Jul 4, 2024
1 parent 2c631f0 commit 0701b94
Show file tree
Hide file tree
Showing 9 changed files with 4,980 additions and 2,272 deletions.
16 changes: 12 additions & 4 deletions json-definitions/v1/test-result/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,18 @@
]
},
"testTypes": {
"type": "array",
"items": {
"$ref": "../test-type/index.json#"
}
"anyOf": [
{
"type": "array",
"items": {
"$ref": "../test-type/index.json#"
}
},
{
"type": "object",
"$ref": "../test-type/index.json#"
}
]
},
"reasonForCreation": {
"type": "string",
Expand Down
Loading

0 comments on commit 0701b94

Please sign in to comment.