Skip to content

Commit e8bb869

Browse files
committed
fix: Assertion structure
1 parent a700bfa commit e8bb869

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/training.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,8 @@ def getitem(d, key):
6060
"actions": [
6161
{
6262
"action": "c2pa.created",
63-
"parameters": {
64-
# could hold additional information
65-
# about this step
66-
}
63+
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation",
64+
"softwareAgent": "Python C2PA SDK example"
6765
}
6866
]
6967
}

0 commit comments

Comments
 (0)