{
  "scope": "Constructed sequential model; no Elasticsearch or distributed execution",
  "python": "3.14.7",
  "runs": {
    "physical_delete": [
      {
        "step": 1,
        "incoming_revision": 10,
        "action": "upsert",
        "accepted": true,
        "stored_revision": 10,
        "visible": true,
        "title": "Old title"
      },
      {
        "step": 2,
        "incoming_revision": 11,
        "action": "delete",
        "accepted": true,
        "stored_revision": null,
        "visible": false,
        "title": null
      },
      {
        "step": 3,
        "incoming_revision": 10,
        "action": "upsert",
        "accepted": true,
        "stored_revision": 10,
        "visible": true,
        "title": "Old title"
      },
      {
        "step": 4,
        "incoming_revision": 11,
        "action": "delete",
        "accepted": true,
        "stored_revision": null,
        "visible": false,
        "title": null
      },
      {
        "step": 5,
        "incoming_revision": 12,
        "action": "upsert",
        "accepted": true,
        "stored_revision": 12,
        "visible": true,
        "title": "Recreated title"
      }
    ],
    "retained_tombstone": [
      {
        "step": 1,
        "incoming_revision": 10,
        "action": "upsert",
        "accepted": true,
        "stored_revision": 10,
        "visible": true,
        "title": "Old title"
      },
      {
        "step": 2,
        "incoming_revision": 11,
        "action": "delete",
        "accepted": true,
        "stored_revision": 11,
        "visible": false,
        "title": null
      },
      {
        "step": 3,
        "incoming_revision": 10,
        "action": "upsert",
        "accepted": false,
        "stored_revision": 11,
        "visible": false,
        "title": null
      },
      {
        "step": 4,
        "incoming_revision": 11,
        "action": "delete",
        "accepted": false,
        "stored_revision": 11,
        "visible": false,
        "title": null
      },
      {
        "step": 5,
        "incoming_revision": 12,
        "action": "upsert",
        "accepted": true,
        "stored_revision": 12,
        "visible": true,
        "title": "Recreated title"
      }
    ],
    "pruned_before_replay": [
      {
        "step": 1,
        "incoming_revision": 10,
        "action": "upsert",
        "accepted": true,
        "stored_revision": 10,
        "visible": true,
        "title": "Old title"
      },
      {
        "step": 2,
        "incoming_revision": 11,
        "action": "delete",
        "accepted": true,
        "stored_revision": 11,
        "visible": false,
        "title": null
      },
      {
        "step": 3,
        "incoming_revision": 10,
        "action": "upsert",
        "accepted": true,
        "stored_revision": 10,
        "visible": true,
        "title": "Old title"
      },
      {
        "step": 4,
        "incoming_revision": 11,
        "action": "delete",
        "accepted": true,
        "stored_revision": 11,
        "visible": false,
        "title": null
      },
      {
        "step": 5,
        "incoming_revision": 12,
        "action": "upsert",
        "accepted": true,
        "stored_revision": 12,
        "visible": true,
        "title": "Recreated title"
      }
    ]
  }
}
