{
  "$schema": "https://aidisclose.io/schema/0.1/ai-disclosure.schema.json",
  "specVersion": "0.1",
  "publisher": {
    "name": "Exemple Média",
    "legalName": "Exemple Média SARL",
    "domain": "exemple-media.eu",
    "contact": "mailto:ai-transparency@exemple-media.eu"
  },
  "lastUpdated": "2026-07-02",
  "languages": ["fr", "en", "de"],
  "aiSystems": [
    {
      "id": "support-bot",
      "name": "Assistant Exemple",
      "role": "deployer",
      "kind": "conversational",
      "vendor": "Anthropic",
      "model": "claude-sonnet-4-6",
      "purpose": "Customer support chat on the website",
      "article50": ["50(1)"],
      "agentInteractionPolicy": "always",
      "disclosure": {
        "methods": ["banner"],
        "placement": "Chat widget, shown at first interaction",
        "texts": {
          "fr": "Vous échangez avec un système d'intelligence artificielle.",
          "en": "You are interacting with an AI system.",
          "de": "Sie interagieren mit einem KI-System."
        }
      }
    },
    {
      "id": "article-illustrations",
      "name": "Editorial image generation",
      "role": "deployer",
      "kind": "content-generation",
      "purpose": "Illustrative images accompanying articles",
      "article50": ["50(2)", "50(4)"],
      "generationDegree": "fully-ai-generated",
      "disclosure": {
        "methods": ["inline-label", "metadata"],
        "placement": "Visible AI label on image corner + C2PA manifest",
        "texts": {
          "fr": "Image générée par IA",
          "en": "AI-generated image",
          "de": "KI-generiertes Bild"
        }
      }
    }
  ],
  "contentMarking": {
    "machineReadable": [
      { "standard": "C2PA", "scope": "images" },
      { "standard": "IPTC-DigitalSourceType", "scope": "images" },
      { "standard": "schema.org", "scope": "text" }
    ],
    "visibleLabel": { "style": "AI-acronym", "localized": true }
  },
  "editorialResponsibility": {
    "humanReview": true,
    "statementUrl": "https://exemple-media.eu/politique-editoriale"
  },
  "evidence": {
    "retentionMonths": 12
  },
  "exemptions": [
    {
      "systemId": "support-bot",
      "basis": "obviousness",
      "rationale": "Widget is explicitly branded as an AI assistant; banner shown regardless as belt-and-braces."
    }
  ]
}
