-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathErrorDeclarationAndCorrectiveEvent.jsonld
76 lines (75 loc) · 2.26 KB
/
ErrorDeclarationAndCorrectiveEvent.jsonld
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
{
"@context": ["https://gs1.github.io/EPCIS/epcis-context-simple.jsonld",{"example": "http://ns.example.com/epcis/"}],
"id": "_:document1",
"type": "EPCISDocument",
"creationDate": "2020-01-15T07:47:21.677+00:00",
"schemaVersion": "2.0",
"epcisBody": {
"eventList": [
{
"type": "TransformationEvent",
"eventTime": "2020-01-14T00:00:00+01:00",
"eventTimeZoneOffset": "+01:00",
"eventID": "urn:uuid:374d95fc-9457-4a51-bd6a-0bba133845a8",
"inputEPCList": [
"urn:epc:id:sgtin:4012345.011111.987"
],
"outputEPCList": [
"urn:epc:id:sgtin:4012345.033333.AGHFG"
],
"inputQuantityList": [
{
"epcClass": "urn:epc:class:lgtin:4012345.022222.87545GHGH",
"quantity": 500,
"uom": "KGM"
}
],
"outputQuantityList": [
{
"epcClass": "urn:epc:idpat:sgtin:4012345.044444.*",
"quantity": 452,
"uom": "KGM"
}
],
"bizStep": "commissioning",
"readPoint": {"id": "urn:epc:id:sgln:0614141.07346.1234"},
"errorDeclaration": {
"declarationTime": "2020-01-15T00:00:00+01:00",
"reason": "incorrect_data",
"example:vendorExtension": "Test1",
"correctiveEventIDs": [
"urn:uuid:404d95fc-9457-4a51-bd6a-0bba133845a8"
]
}
},
{
"type": "TransformationEvent",
"eventTime": "2021-01-28T00:00:00+01:00",
"eventTimeZoneOffset": "+01:00",
"eventID": "urn:uuid:404d95fc-9457-4a51-bd6a-0bba133845a8",
"inputEPCList": [
"urn:epc:id:sgtin:4012345.011111.987"
],
"outputEPCList": [
"urn:epc:id:sgtin:4012345.033333.AGHFG"
],
"inputQuantityList": [
{
"epcClass": "urn:epc:class:lgtin:4012345.022222.87545GHGH",
"quantity": 500,
"uom": "KGM"
}
],
"outputQuantityList": [
{
"epcClass": "urn:epc:idpat:sgtin:4012345.044444.*",
"quantity": 500,
"uom": "KGM"
}
],
"bizStep": "commissioning",
"readPoint": {"id": "urn:epc:id:sgln:0614141.07346.1234"}
}
]
}
}