Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fleet.vehicles -> update of shared shared BPNS trait #629

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion io.catenax.fleet.vehicles/2.0.0/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "status" : "release"}
{ "status" : "deprecate"}
403 changes: 403 additions & 0 deletions io.catenax.fleet.vehicles/2.1.0/Vehicles.ttl

Large diffs are not rendered by default.

296 changes: 296 additions & 0 deletions io.catenax.fleet.vehicles/2.1.0/gen/Vehicles-schema.json

Large diffs are not rendered by default.

3,030 changes: 3,030 additions & 0 deletions io.catenax.fleet.vehicles/2.1.0/gen/Vehicles.html

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions io.catenax.fleet.vehicles/2.1.0/gen/Vehicles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"metaInformation" : {
"selectionEnd" : "2023-12-31T23:59:59",
"selectionStart" : "2023-01-01T00:00:00",
"selectionCriteria" : "Export of vehicles that are involved in the linked qualityTask and FleetClaim list. "
},
"listOfVehicles" : [ {
"modelIdentifier" : "689-G8",
"soldDate" : "2018-02-03T00:00:00",
"plantDescription" : "Wolfsburg",
"anonymizedVin" : "3747429FGH382923974682",
"soldCountryGroup" : "Europe",
"wmiCode" : "WVW",
"productionDate" : "2018-01-15T00:00:00",
"catenaXVehicleId" : "urn:uuid:580d3adf-1981-44a0-a214-13d6ceed9379",
"engines" : [ {
"serialNumber" : "3434937GJJG3738",
"size" : 1968,
"installDate" : "2018-01-10T00:00:00",
"engineDescription" : "2.0 TDI",
"power" : 110,
"nhtsaFuelType" : "Compressed Hydrogen/Hydrogen",
"engineId" : "CKBY",
"engineSeries" : "EA189",
"engineProductionDate" : "2017-10-20T00:00:00"
} ],
"driveSystemPower" : 200,
"class" : "A",
"driveType" : "All-Wheel Drive",
"wmiNameNHTSA" : "Volkswagen",
"steeringPos" : "Left-Hand Drive",
"powerTrainType" : "BEV (Battery Electric Vehicle)",
"soldCountryCode" : "DEU",
"plantCatenaXId" : "BPNS0123456789ZZ",
"plantCountryCode" : "DEU",
"modelDescription" : "Golf VIII",
"plantIdentifier" : "4711",
"equipments" : [ {
"equipmentIdentifier" : "S248A",
"equipmentDescription" : "Seat heating front",
"group" : "Interior"
} ],
"recordStatus" : "new",
"softwareCategory" : "TZGH64738",
"vehicleSeries" : "Golf",
"softwareVersion" : "3.4.9837.567"
} ]
}
Binary file added io.catenax.fleet.vehicles/2.1.0/gen/Vehicles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions io.catenax.fleet.vehicles/2.1.0/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "status" : "release"}
13 changes: 11 additions & 2 deletions io.catenax.fleet.vehicles/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog
All notable changes to this model will be documented in this file.

## [Purpose of this model]
This aspect model was created in the Catena-X use case quality. The purpose of this aspect model is to transfer general information of a list/fleet of vehicles - primarily how the vehicles are equipped, when they were built and which engines are installed.
## [Unreleased]
- Version 2.0.0 of model is deprecated. It has a wrong regex for BPNS validation from the old shared model for BPNS trait.

## [2.1.0] - 2024-02-12
agg3fe marked this conversation as resolved.
Show resolved Hide resolved
### Added

### Changed
- reference to shared aspect model for BPNS was changed to latest version

### Removed


## [2.0.0] - 2024-01-22
### Added
Expand Down
Loading