Skip to content

Commit 8f8643d

Browse files
committed
Update from c2pa-rs branch c2pa-v0.49.5
1 parent c6db5d3 commit 8f8643d

16 files changed

+2994
-32
lines changed

_data/Builder_schema.json

Lines changed: 1275 additions & 0 deletions
Large diffs are not rendered by default.

_data/ManifestDefinition_schema.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"default": [
1818
{
1919
"name": "c2pa-rs",
20-
"version": "0.46.0"
20+
"version": "0.49.5"
2121
}
2222
],
2323
"type": "array",
@@ -49,7 +49,7 @@
4949
},
5050
"instance_id": {
5151
"description": "Instance ID from `xmpMM:InstanceID` in XMP metadata.",
52-
"default": "xmp:iid:242057fc-bf86-4b3b-ae62-e0845fd4b5a1",
52+
"default": "xmp:iid:dde3986c-d7b2-4256-b5dd-acc8ed9aada3",
5353
"type": "string"
5454
},
5555
"label": {
@@ -386,6 +386,13 @@
386386
"null"
387387
]
388388
},
389+
"label": {
390+
"description": "The ingredient's label as assigned in the manifest.",
391+
"type": [
392+
"string",
393+
"null"
394+
]
395+
},
389396
"manifest_data": {
390397
"description": "A [`ManifestStore`] from the source asset extracted as a binary C2PA blob.\n\n[`ManifestStore`]: crate::ManifestStore",
391398
"anyOf": [

0 commit comments

Comments
 (0)