c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

simple_manifest.json (880B)


      1 {
      2     "claim_generator": "test",
      3     "claim_generator_info": [
      4         {
      5             "name": "test",
      6             "version": "1.0"
      7         }
      8     ],
      9     "format" : "image/jpeg",
     10     "assertions": [
     11         {
     12             "label": "c2pa.actions.v2",
     13             "data": {
     14                 "actions": [
     15                     {
     16                         "action": "c2pa.opened",
     17                         "parameters": {
     18                             "description": "import"
     19                         },
     20                         "digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/algorithmicMedia",
     21                         "softwareAgent": {
     22                             "name": "TestApp",
     23                             "version": "1.0",
     24                             "something": "else"
     25                         }
     26                     }
     27                 ]
     28             }
     29         }
     30     ]
     31 }