-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #708 from bci-oss/Added-missing-artifacts-for-models
Fix: Regenerated missing artifacts
- Loading branch information
Showing
24 changed files
with
23,936 additions
and
0 deletions.
There are no files selected for viewing
4,526 changes: 4,526 additions & 0 deletions
4,526
io.catenax.fleet.vehicles/1.0.0/gen/Vehicles-aas.xml
Large diffs are not rendered by default.
Oops, something went wrong.
360 changes: 360 additions & 0 deletions
360
io.catenax.fleet.vehicles/1.0.0/gen/Vehicles-schema.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
3,535 changes: 3,535 additions & 0 deletions
3,535
io.catenax.fleet.vehicles/1.0.0/gen/Vehicles.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"listOfVehicles" : [ { | ||
"catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", | ||
"modelIdentifier" : "689-G8", | ||
"emptyWeight" : 2000.0, | ||
"production" : { | ||
"plantIdentifier" : "4711", | ||
"productionDate" : "2018-01-15T00:00:00", | ||
"plantDescription" : "Wolfsburg" | ||
}, | ||
"driveType" : "All-Wheel Drive", | ||
"fuel" : { | ||
"kbaFuelType" : "Unbekannt", | ||
"nhtsaFuelType" : "Compressed Hydrogen/Hydrogen" | ||
}, | ||
"steeringPos" : "Left-Hand Drive", | ||
"hybridizationType" : "battery electric vehicle", | ||
"body" : { | ||
"numberOfDoors" : 5, | ||
"kbaBody" : "Limousine", | ||
"nhtsaBody" : "Cargo Van", | ||
"colorId" : "LY7W ", | ||
"colorDescription" : "Light grey" | ||
}, | ||
"anonymizedVin" : "3747429FGH382923974682", | ||
"modelDescription" : "Golf VIII", | ||
"equipments" : [ { | ||
"equipmentIdentifier" : "S248A", | ||
"equipmentDescription" : "Seat heating front", | ||
"group" : "Interior" | ||
} ], | ||
"sale" : { | ||
"soldDate" : "2018-02-03T00:00:00", | ||
"countryCode" : "DEU", | ||
"countryGroup" : "Europe" | ||
}, | ||
"vehicleSeries" : "Golf", | ||
"softwareCategory" : "TZGH64738", | ||
"oem" : { | ||
"wmiCode" : "WBA", | ||
"cxBPN" : "BPN-811", | ||
"wmiDescription" : "BMW AG" | ||
}, | ||
"engines" : [ { | ||
"serialNumber" : "3434937GJJG3738", | ||
"size" : 1968, | ||
"installDate" : "2018-01-10T00:00:00", | ||
"engineDescription" : "2.0 TDI", | ||
"power" : 110, | ||
"engineId" : "CKBY", | ||
"engineSeries" : "EA189", | ||
"engineProductionDate" : "2017-10-20T00:00:00" | ||
} ], | ||
"systemPower" : 110, | ||
"class" : "A", | ||
"softwareVersion" : "3.4.9837.567" | ||
} ] | ||
} |
Oops, something went wrong.