Skip to content

Commit

Permalink
patch(*): add missing hidden in vta field and update type field (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulien-bjss authored Jul 19, 2023
1 parent c5ad9fb commit fd35550
Show file tree
Hide file tree
Showing 77 changed files with 5,930 additions and 9,971 deletions.
6 changes: 6 additions & 0 deletions json-definitions/v3/tech-record/get/car/complete/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@
},
"vehicleSubclass": {
"$ref": "../../../enums/vehicleSubclass.ignore.json"
},
"techRecord_hiddenInVta": {
"type": "boolean"
},
"techRecord_updateType": {
"type": "string"
}
}
}
6 changes: 6 additions & 0 deletions json-definitions/v3/tech-record/get/car/skeleton/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
},
"vin": {
"type": "string"
},
"techRecord_hiddenInVta": {
"type": "boolean"
},
"techRecord_updateType": {
"type": "string"
}
}
}
Loading

0 comments on commit fd35550

Please sign in to comment.