1{
2 "lexicon": 1,
3 "id": "blue.zio.atfile.finger",
4 "defs": {
5 "browser": {
6 "type": "object",
7 "description": "A fingerprint of a browser upload.",
8 "properties": {
9 "id": {
10 "type": "string"
11 },
12 "userAgent": {
13 "type": "string"
14 }
15 }
16 },
17 "machine": {
18 "type": "object",
19 "description": "A fingerprint of a machine upload.",
20 "properties": {
21 "app": {
22 "type": "string"
23 },
24 "host": {
25 "type": "string"
26 },
27 "id": {
28 "type": "string"
29 },
30 "os": {
31 "type": "string"
32 }
33 }
34 }
35 }
36}