{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "Replay Diff API",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online/api/replay/v1/diff",
  "method": "POST",
  "algorithm": "JSON Patch (RFC 6902) + semantic structural diff",
  "returns": {
    "ops": "array",
    "firstDivergence": {
      "path": "string",
      "expected": "any",
      "actual": "any",
      "layer": "L0|L1|L2|L3|L4"
    }
  }
}