-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Model Update]: SingleLevelBomAsSpecified #205
Comments
Modeling_Team |
after discussion and considering version scheme https://github.com/eclipse-tractusx/sldt-semantic-models/blob/main/documentation/GOVERNANCE.md it is agreed to introduce version 3.0.0 of the model. |
also namespace should be adjusted. currently version 2.0.0 of model is in namespace io.catenax.bom_as_specified. However, we agreed to have all models in their specific namespace, ie the namespace should be adjusted to io.catenax.single_level_bom_as_specified |
as soon as the new version of the model is released, the old one should be deprecated with a deprecation request. |
Update Reason
The current SingleLevelBomAsSpecified 2.0.0 should be extended by a new optional property called "partGeometry" in order to account for parts which are specific for a certain side, e.g. mirrors.
Exemplary Payload:
{
"catenaXId": "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d",
"childParts": [
{
"childPartsCategory": "e.g. vehicle, winter wheels, bicycle rack",
"childCatenaXId": "urn:uuid:218b26f4-4a0b-4a7f-b2c1-d248927718bf "
"part": [
{
...
"partGeometry": "L - Left",
...
}
],
}
]
}
MS1 Criteria
The text was updated successfully, but these errors were encountered: