{
  "name": "Global Spark Media \u2014 production blueprint",
  "status": "not_connected",
  "schedule": "Hourly discovery; daily draft batch; approved publishing only",
  "stages": [
    {
      "step": "discover",
      "allow": [
        "original",
        "public_domain_verified",
        "CC0",
        "CC_BY_verified"
      ],
      "reject": [
        "unknown_license",
        "NC",
        "ND"
      ]
    },
    {
      "step": "verify",
      "required": [
        "source_url",
        "license_url",
        "license_version",
        "commercial_use",
        "adaptations_allowed",
        "attribution",
        "rights_evidence",
        "checked_at"
      ],
      "on_uncertainty": "human_review"
    },
    {
      "step": "transform",
      "formats": [
        "reel",
        "video",
        "article",
        "podcast_script",
        "graphic"
      ],
      "brand": {
        "blue": "#1A73E8",
        "purple": "#7B2CBF",
        "heading": "Montserrat",
        "body": "Inter"
      }
    },
    {
      "step": "review",
      "required": true,
      "checks": [
        "facts",
        "rights",
        "credits",
        "people_and_voice_permissions",
        "brand"
      ],
      "bind_approval_to": "content_version"
    },
    {
      "step": "publish",
      "connections_required": [
        "website",
        "Facebook",
        "YouTube",
        "TikTok",
        "Instagram"
      ],
      "on_failure": "bounded_retry_then_manual_review",
      "idempotency_key": "content_version_and_channel"
    },
    {
      "step": "log",
      "fields": [
        "source_url",
        "license",
        "attribution",
        "reviewer",
        "approved_version",
        "published_at",
        "channel",
        "post_url",
        "failure"
      ]
    }
  ]
}