forked from eclipse-tractusx/item-relationship-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCX_Testdata_529_compatibility_SingleLevelUsageAsPlanned.json
107 lines (107 loc) · 3.37 KB
/
CX_Testdata_529_compatibility_SingleLevelUsageAsPlanned.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"policies": {
"traceability-core": {
"@context": {
"odrl": "http://www.w3.org/ns/odrl/2/",
"cx-policy": "https://w3id.org/catenax/policy/"
},
"@type": "PolicyDefinitionRequestDto",
"@id": "traceability-core",
"policy": {
"@type": "odrl:Set",
"odrl:permission": [
{
"odrl:action": "use",
"odrl:constraint": {
"odrl:and": [
{
"odrl:leftOperand": "https://w3id.org/catenax/policy/FrameworkAgreement",
"odrl:operator": {
"@id": "odrl:eq"
},
"odrl:rightOperand": "traceability:1.0"
},
{
"odrl:leftOperand": "https://w3id.org/catenax/policy/UsagePurpose",
"odrl:operator": {
"@id": "odrl:eq"
},
"odrl:rightOperand": "cx.core.industrycore:1"
}
]
}
}
]
}
}
},
"https://catenax.io/schema/TestDataContainer/1.0.0": [
{
"catenaXId": "urn:uuid:4e8aa114-cf50-4780-811c-11723c9f0647",
"bpnl": "BPNL00000007QG00",
"urn:samm:io.catenax.single_level_usage_as_planned:2.0.0#SingleLevelUsageAsPlanned": [
{
"catenaXId": "urn:uuid:4e8aa114-cf50-4780-811c-11723c9f0647",
"parentItems": []
}
]
},
{
"catenaXId": "urn:uuid:01f4b57e-1ab3-4822-ab1b-e20651f6fd32",
"bpnl": "BPNL00000007QG00",
"urn:samm:io.catenax.single_level_usage_as_planned:2.1.0#SingleLevelUsageAsPlanned": [
{
"catenaXId": "urn:uuid:01f4b57e-1ab3-4822-ab1b-e20651f6fd32",
"parentItems": [
{
"catenaXId": "urn:uuid:4e8aa114-cf50-4780-811c-11723c9f0647",
"businessPartner": "BPNL00000007QG00",
"validityPeriod": {
"validFrom": "2023-03-21T08:17:29.187+01:00",
"validTo": "2024-07-01T16:10:00.000+01:00"
},
"quantity": {
"value": 11.0,
"unit": "unit:piece"
},
"createdOn": "2022-02-03T14:48:54.709Z",
"lastModifiedOn": "2022-02-03T14:48:54.709Z"
}
],
"customers": [
"BPNL00000007QG00"
],
"futureAddedField": "test"
}
]
},
{
"catenaXId": "urn:uuid:7fe9ac70-23c4-449a-88c1-3832a1cc6da6",
"bpnl": "BPNL00000007QG00",
"urn:samm:io.catenax.single_level_usage_as_planned:2.0.0#SingleLevelUsageAsPlanned": [
{
"catenaXId": "urn:uuid:7fe9ac70-23c4-449a-88c1-3832a1cc6da6",
"parentItems": [
{
"catenaXId": "urn:uuid:01f4b57e-1ab3-4822-ab1b-e20651f6fd32",
"businessPartner": "BPNL00000007QG00",
"validityPeriod": {
"validFrom": "2023-03-21T08:17:29.187+01:00",
"validTo": "2024-07-01T16:10:00.000+01:00"
},
"quantity": {
"value": 12.0,
"unit": "unit:piece"
},
"createdOn": "2022-02-03T14:48:54.709Z",
"lastModifiedOn": "2022-02-03T14:48:54.709Z"
}
],
"customers": [
"BPNL00000007QG00"
]
}
]
}
]
}