{
  "schema": "production-release-control-kit",
  "fields": [
    {"name": "candidate_id", "type": "string"},
    {"name": "evidence", "type": "array"},
    {"name": "decision", "type": "ship | hold | rollback | limited_release"},
    {"name": "owner", "type": "string"},
    {"name": "rollback_path", "type": "string"},
    {"name": "launch_window", "type": "string"},
    {"name": "monitoring_gate", "type": "string"},
    {"name": "watch_owner", "type": "string"}
  ]
}
