-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
98 lines (98 loc) · 2.97 KB
/
manifest.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
{
"claim_generator": "test",
"claim_generator_info": [
{
"name": "test",
"version": "1.0",
"icon": {
"format": "image/svg+xml",
"identifier": "sample1.svg"
}
}
],
"metadata": [
{
"dateTime": "1985-04-12T23:20:50.52Z",
"my_custom_metadata": "my custom metatdata value"
}
],
"format" : "image/jpeg",
"thumbnail": {
"format": "image/jpeg",
"identifier": "IMG_0003.jpg"
},
"assertions": [
{
"label": "c2pa.actions.v2",
"data": {
"actions": [
{
"action": "c2pa.opened",
"instanceId": "xmp.iid:7b57930e-2f23-47fc-affe-0400d70b738d",
"parameters": {
"description": "import"
},
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/algorithmicMedia",
"softwareAgent": {
"name": "TestApp",
"version": "1.0",
"icon": {
"format": "image/svg+xml",
"identifier": "sample1.svg"
},
"something": "else"
}
}
],
"templates": [
{
"action": "c2pa.opened",
"softwareAgent": {
"name": "TestApp",
"version": "1.0",
"icon": {
"format": "image/svg+xml",
"identifier": "sample1.svg"
},
"something": "else"
},
"icon": {
"format": "image/svg+xml",
"identifier": "sample1.svg"
}
}
]
}
},
{
"kind": "Json",
"label": "com.mycompany.myassertion",
"data": {"some_tag": "here is my custom value"}
}
],
"ingredients": [{
"title": "A.jpg",
"format": "image/jpeg",
"document_id": "xmp.did:813ee422-9736-4cdc-9be6-4e35ed8e41cb",
"relationship": "parentOf",
"thumbnail": {
"format": "image/png",
"identifier": "exp-test1.png"
}
},
{
"title": "prompt",
"format": "text/plain",
"relationship": "inputTo",
"data": {
"format": "text/plain",
"identifier": "prompt.txt",
"data_types": [
{
"type": "c2pa.types.generator.prompt"
}
]
}
}
]
}