Skip to content

Commit

Permalink
fix(cucumber):[#503] fixed cucumber tests TRI-1537
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanal committed Apr 26, 2024
1 parent 17b77eb commit a655eab
Showing 1 changed file with 37 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,28 +1,41 @@
{
"submodels": [
{
"identification": "urn:uuid:e336fdab-1c22-4968-ba91-a5b011ed0e9b",
"aspectType": "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart",
"payload": {
"localIdentifiers": [
{
"value": "59144578DSQ",
"key": "jisNumber"
}
],
"manufacturingInformation": {
"date": "2022-02-04T14:48:54",
"country": "HUR"
},
"catenaXId": "urn:uuid:805daf66-3f24-4fa8-9b00-f940fb0b3f19",
"partTypeInformation": {
"manufacturerPartId": "123-0.740-3434-A",
"customerPartId": "PRT-12345",
"classification": "product",
"nameAtManufacturer": "Door Key",
"nameAtCustomer": "Door Key"
}
"submodels": [
{
"identification": "urn:uuid:52d1ed27-2729-4ff8-bb3f-d10ff0dcaf76",
"aspectType": "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart",
"contractAgreementId": "NGFkNjljZjctNzRhYy00MzYzLWJkNGUtZjBjYjc5MTFhNDY2:dXJuOnV1aWQ6MTU5MGU0ZDgtNjRiOS00NDUyLThjZGYtZjgyMjFmNGNlNzEz:OTU4MjFhY2QtNmQxMS00MjQ3LTkxZWEtZDk3ODAwMzRkMzIw",
"payload": {
"localIdentifiers": [
{
"value": "82227044FBE",
"key": "jisNumber"
}
],
"manufacturingInformation": {
"date": "2022-02-04T14:48:54",
"country": "HUR",
"sites": [
{
"catenaXsiteId": "BPNS00000000BJTL",
"function": "production"
}
]
},
"catenaXId": "urn:uuid:c6d2d642-a055-4ddf-87e3-1a3b02c689e3",
"partTypeInformation": {
"manufacturerPartId": "123-0.740-3434-A",
"customerPartId": "PRT-12345",
"partClassification": [
{
"classificationDescription": "Standard data element types with associated classification scheme for electric components.",
"classificationStandard": "IEC",
"classificationID": "61360- 2:2012 "
}
],
"nameAtManufacturer": "Mirror left",
"nameAtCustomer": "side element A"
}
]
}
}
]
}

0 comments on commit a655eab

Please sign in to comment.