{
  "project": {
    "id": "{{project_id}}",
    "name": "{{project_name}}",
    "description": "{{project_description}}",
    "created_at": "{{timestamp}}",
    "updated_at": "{{timestamp}}",
    "status": "draft",
    "type": "manhua",
    "tags": [],
    "metadata": {
      "target_platform": "bilibili",
      "target_duration": 60,
      "aspect_ratio": "9:16",
      "fps": 30,
      "resolution": "1080x1920"
    }
  },
  "workflow": {
    "current_step": "idea_generation",
    "steps": [
      {
        "name": "idea_generation",
        "status": "pending",
        "started_at": null,
        "completed_at": null
      },
      {
        "name": "script_writing",
        "status": "pending",
        "started_at": null,
        "completed_at": null
      },
      {
        "name": "character_design",
        "status": "pending",
        "started_at": null,
        "completed_at": null
      },
      {
        "name": "scene_design",
        "status": "pending",
        "started_at": null,
        "completed_at": null
      },
      {
        "name": "video_generation",
        "status": "pending",
        "started_at": null,
        "completed_at": null
      },
      {
        "name": "audio_generation",
        "status": "pending",
        "started_at": null,
        "completed_at": null
      },
      {
        "name": "final_assembly",
        "status": "pending",
        "started_at": null,
        "completed_at": null
      },
      {
        "name": "review_publish",
        "status": "pending",
        "started_at": null,
        "completed_at": null
      }
    ]
  }
}
