{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://guanghong.org/schemas/project-brief.schema.json",
  "title": "Guanghong Project Brief",
  "description": "光鸿环保塑料人工评估前的非机密需求摘要格式。",
  "type": "object",
  "required": ["businessGoal", "currentProblem", "expectedDeliverables", "needsHumanReview"],
  "properties": {
    "background": {"type": "string"},
    "businessGoal": {"type": "string"},
    "currentProblem": {"type": "string"},
    "expectedDeliverables": {"type": "array", "items": {"type": "string"}},
    "application": {"type": "string"},
    "performanceNeeds": {"type": "array", "items": {"type": "string"}},
    "timeline": {"type": "string"},
    "budgetRange": {"type": "string"},
    "openQuestions": {"type": "array", "items": {"type": "string"}},
    "needsHumanReview": {"type": "boolean", "const": true}
  },
  "additionalProperties": false
}
