Skip to content

Commit

Permalink
feat(cb2-12681): addition of 3 test result fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Searle committed Nov 1, 2024
1 parent 3248eb2 commit af14046
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 4,369 deletions.
15 changes: 14 additions & 1 deletion json-definitions/v1/test-result/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,21 @@
},
"vehicleId": {
"type": [
"string", "null"
"string",
"null"
]
},
"testHistory": {
"type": "array",
"items": {
"$ref": "#"
}
},
"testVersion": {
"type": "string"
},
"deletionFlag": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down
Loading

0 comments on commit af14046

Please sign in to comment.