forked from hyperledger/aries-rfcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrime-scene.json
29 lines (29 loc) · 927 Bytes
/
crime-scene.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
{
"@type": "https://lawenforcement.org/messages/csi/2.0/evidence",
"location": "40.4973268,-111.9041778",
"case_num": 12345,
"notes": "I took a shot matching what the witness reported. See `#view-1`.",
"": " The other shot matches what the victim remembers. See `#view-2`.",
"~attach": [
{
"@id": "view-1",
"mime-type": "image/png",
"filename": "IMG1092348.png",
"lastmod_time": "2018-12-24 18:24:07Z",
"description": "view from doorway, facing east, with lights off",
"data": {
"base64": "aGVsbG8sIHl ...(many bytes omitted)... Ugd29ybGQ="
}
},
{
"@id": "view-2",
"mime-type": "image/png",
"filename": "IMG1092349.png",
"lastmod_time": "2018-12-24 18:25:49Z",
"description": "view with lamp in the background",
"data": {
"base64": "29yVsbG8GQs ...(many bytes omitted)... aGUgdbIHl="
}
}
]
}