Skip to content

Commit f83fdd5

Browse files
committed
Remove ingredient label field per Gavin, redo example custom assertion to be more generic
1 parent 55f72fc commit f83fdd5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/manifest/assertions-actions.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ For example:
254254
"assertions": [
255255
...
256256
{
257-
"label": "com.truepic.libc2pa",
257+
"label": "com.mycompany.myproduct",
258258
"data": {
259259
"git_hash": "023bb51",
260-
"lib_name": "Truepic C2PA C++ Library",
260+
"lib_name": "Our C2PA C++ Library",
261261
"lib_version": "2.5.1",
262262
"target_spec_version": "1.2"
263263
},
@@ -445,8 +445,7 @@ For example, the following action identifies that the `c2pa.opened` action was p
445445
"title": "test.jpeg",
446446
"format": "image/jpeg",
447447
"instance_id": "xmp.iid:3250038a-22ca-459b-8392-de275f8b155c",
448-
"relationship": "parentOf",
449-
"label": "c2pa.ingredient.v3"
448+
"relationship": "parentOf"
450449
}
451450
],
452451
"assertions": [

0 commit comments

Comments
 (0)