-
Notifications
You must be signed in to change notification settings - Fork 1
/
output_manifest.json
124 lines (124 loc) · 3.9 KB
/
output_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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"active_manifest": "urn:uuid:335bf0ac-ec11-4421-8193-33b9c7ab659d",
"manifests": {
"urn:uuid:335bf0ac-ec11-4421-8193-33b9c7ab659d": {
"claim": {
"dc:title": "Test",
"dc:format": "image/jpeg",
"instanceID": "xmp:iid:ff7940cc-bbcf-44c2-93f9-1f4fbbcf0344",
"claim_generator": "Test c2patool/0.9.4 c2pa-rs/0.32.4",
"claim_generator_info": null,
"signature": "self#jumbf=c2pa.signature",
"assertions": [
{
"url": "self#jumbf=c2pa.assertions/c2pa.thumbnail.claim.jpeg",
"hash": "g4jvrFd6hvusad6RJkxq+U5XYNqaT85VdAk5CtX2/T8="
},
{
"url": "self#jumbf=c2pa.assertions/stds.schema-org.Test",
"hash": "QwGYL4YR4Eu9YvSMM8ocevXePh3a1yuh3iHqEafupZ4="
},
{
"url": "self#jumbf=c2pa.assertions/c2pa.actions",
"hash": "RyPAGuEI/oBNPiiUzEK0qEjytDKMadcw5KRoh21Wxjg="
},
{
"url": "self#jumbf=c2pa.assertions/my.assertion",
"hash": "eaDARq9ciJTv7+oQtoyjYXeQ6vhbCrAtQ2bnbGcWhEs="
},
{
"url": "self#jumbf=c2pa.assertions/c2pa.hash.data",
"hash": "JeyzSwCP73WTneOkImcjOTy+nj0BdrFdiX7u8HKU5O0="
}
],
"alg": "sha256"
},
"assertion_store": {
"stds.schema-org.Test": {
"@context": "https://schema.org",
"@type": "Test",
"author": [
{
"@type": "Person",
"name": "Test"
}
]
},
"c2pa.thumbnail.claim.jpeg": "<omitted> len = 14611",
"c2pa.actions": {
"actions": [
{
"action": "c2pa.opened"
}
],
"metadata": {
"reviewRatings": [
{
"explanation": "Test",
"code": "c2pa.unknown",
"value": 4
}
]
}
},
"my.assertion": {
"any_tag": " DESCRIPTION"
},
"c2pa.hash.data": {
"exclusions": [
{
"start": 20,
"length": 34289
}
],
"name": "jumbf manifest",
"alg": "sha256",
"hash": "qap09QAZMCX8Kri/0YP8X9DgPTTF56ZrEAVXNaXX/5c=",
"pad": "<omitted>"
}
},
"signature": {
"alg": "ps256",
"issuer": "C2PA Test Signing Cert",
"time": "2024-07-07T15:14:41+00:00"
}
}
},
"validation_status": [
{
"code": "claimSignature.validated",
"url": "self#jumbf=/c2pa/urn:uuid:335bf0ac-ec11-4421-8193-33b9c7ab659d/c2pa.signature",
"explanation": "claim signature valid"
},
{
"code": "assertion.hashedURI.match",
"url": "self#jumbf=c2pa.assertions/c2pa.thumbnail.claim.jpeg",
"explanation": "hashed uri matched: self#jumbf=c2pa.assertions/c2pa.thumbnail.claim.jpeg"
},
{
"code": "assertion.hashedURI.match",
"url": "self#jumbf=c2pa.assertions/stds.schema-org.Test",
"explanation": "hashed uri matched: self#jumbf=c2pa.assertions/stds.schema-org.Test"
},
{
"code": "assertion.hashedURI.match",
"url": "self#jumbf=c2pa.assertions/c2pa.actions",
"explanation": "hashed uri matched: self#jumbf=c2pa.assertions/c2pa.actions"
},
{
"code": "assertion.hashedURI.match",
"url": "self#jumbf=c2pa.assertions/my.assertion",
"explanation": "hashed uri matched: self#jumbf=c2pa.assertions/my.assertion"
},
{
"code": "assertion.hashedURI.match",
"url": "self#jumbf=c2pa.assertions/c2pa.hash.data",
"explanation": "hashed uri matched: self#jumbf=c2pa.assertions/c2pa.hash.data"
},
{
"code": "assertion.dataHash.match",
"url": "self#jumbf=/c2pa/urn:uuid:335bf0ac-ec11-4421-8193-33b9c7ab659d/c2pa.assertions/c2pa.hash.data",
"explanation": "data hash valid"
}
]
}