{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "Provenance Verify API",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online/api/provenance/v1/verify",
  "method": "POST",
  "responseSchema": {
    "valid": "boolean",
    "trustList": "string",
    "issues": "array",
    "manifestChain": "array",
    "c2paValidation": "object"
  }
}