{
  "normal": {
    "content_id": "content-001",
    "title": "Synthetic release note",
    "body": "This is synthetic editorial content for the isolated n8n laboratory.",
    "approved": true
  },
  "duplicate": {
    "content_id": "content-001",
    "title": "Synthetic release note",
    "body": "This is synthetic editorial content for the isolated n8n laboratory.",
    "approved": true
  },
  "unapproved": {
    "content_id": "content-002",
    "title": "Approval gate article",
    "body": "This synthetic article must not publish without explicit human approval.",
    "approved": false
  },
  "partial_failure": {
    "content_id": "content-003",
    "title": "Retryable channel article",
    "body": "This synthetic article simulates a partial channel delivery failure safely.",
    "approved": true,
    "simulate_newsletter_failure": true
  },
  "safe_retry": {
    "content_id": "content-003",
    "title": "Retryable channel article",
    "body": "This synthetic article retries the failed destination from persisted workflow state.",
    "approved": true
  },
  "invalid": {
    "content_id": "bad",
    "title": "x",
    "approved": true
  }
}
