File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed
Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,7 @@ def callback_signer_es256(data: bytes) -> bytes:
8484 "actions" : [
8585 {
8686 "action" : "c2pa.created" ,
87- "digitalSourceType" : "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation" ,
88- "softwareAgent" : "Python C2PA SDK example"
87+ "digitalSourceType" : "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
8988 }
9089 ]
9190 }
Original file line number Diff line number Diff line change 8181 "actions" : [
8282 {
8383 "action" : "c2pa.created" ,
84- "digitalSourceType" : "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation" ,
85- "softwareAgent" : "Python C2PA SDK example" ,
84+ "digitalSourceType" : "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
8685 }
8786 ]
8887 }
Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ def getitem(d, key):
6060 "actions" : [
6161 {
6262 "action" : "c2pa.created" ,
63- "digitalSourceType" : "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation" ,
64- "softwareAgent" : "Python C2PA SDK example"
63+ "digitalSourceType" : "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
6564 }
6665 ]
6766 }
Original file line number Diff line number Diff line change 4343 "actions" : [
4444 {
4545 "action" : "c2pa.created" ,
46- "digitalSourceType" : "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation" ,
47- "softwareAgent" : "Python C2PA SDK example"
46+ "digitalSourceType" : "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
4847 }
4948 ]
5049 }
Original file line number Diff line number Diff line change @@ -340,8 +340,7 @@ def setUp(self):
340340 "actions" : [
341341 {
342342 "action" : "c2pa.created" ,
343- "digitalSourceType" : "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation" ,
344- "softwareAgent" : "Python C2PA SDK unit tests"
343+ "digitalSourceType" : "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
345344 }
346345 ]
347346 }
You can’t perform that action at this time.
0 commit comments