Skip to content

Commit

Permalink
patch(12681): Addition of 3 optional test result fields (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Searle authored Nov 4, 2024
1 parent 3248eb2 commit 76775be
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 4,370 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 76775be

Please sign in to comment.