{
  "_comment": [
    "An EXAMPLE C2PA manifest showing where an aiflags grade belongs alongside standard provenance.",
    "Two things this is not. It is not an EU format: the European Commission has published no",
    "official C2PA assertion schema for Article 50, so the article50 assertion below sits in OUR",
    "namespace and is our proposal, nothing more. And it is not a compliance artefact: embedding",
    "this does not satisfy Article 50(2), which is a duty on providers of generative AI systems to",
    "mark their outputs, not something a publisher discharges by adding metadata after the fact.",
    "See https://www.aiflags.eu/spec"
  ],

  "claim_generator": "aiflags-example/1.0.0",
  "title": "Example asset with an aiflags involvement grade",
  "format": "image/jpeg",

  "assertions": [
    {
      "label": "c2pa.actions",
      "data": {
        "actions": [
          {
            "action": "c2pa.created",
            "digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/trainedAlgorithmicMedia",
            "softwareAgent": "Example Generator v4",
            "when": "2026-08-04T09:00:00Z"
          }
        ]
      }
    },

    {
      "label": "org.aiflags.scale",
      "data": {
        "@context": "https://www.aiflags.eu/schemas/v1/transparency.jsonld",
        "scheme": "aiflags-v1",
        "grade": "C",
        "declared": "2026-08-04",
        "source": "authentic-modified",
        "mode": "gen-edit",
        "tool": "Example Editor 2026",
        "spec": "https://www.aiflags.eu/spec",
        "_note": "Voluntary. Describes how the content was made; no legal effect."
      }
    },

    {
      "label": "org.aiflags.article50",
      "data": {
        "@context": "https://www.aiflags.eu/schemas/v1/transparency.jsonld",
        "_note": "OUR PROPOSAL, in our own namespace. No official EU assertion schema exists for this. A field here records what the publisher concluded and did — it is not a determination, and no value in it makes anything lawful.",
        "assessedTrigger": "deepfake",
        "triggerValues": ["none", "deepfake", "public-interest-text", "assess"],
        "disclosed": true,
        "disclosureMethod": "visible-label",
        "humanReview": {
          "reviewed": true,
          "editorialResponsibility": "Example Media OU"
        }
      }
    }
  ]
}
