{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://okstra.dev/schemas/report-narrative-v3.0.json",
  "title": "OKSTRA Report Writer Narrative Input (v3.0)",
  "description": "Parsed report-writer Markdown. Only report-writer-owned judgments, plans, summaries, and user explanations are accepted.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "humanSummary": {"type": "object"},
    "verdictCard": {"type": "object"},
    "rationale": {"type": "object"},
    "summary": {"type": "array"},
    "ticketCoverage": {"type": "object"},
    "finalVerdict": {"type": "object"},
    "requirementsDiscovery": {"type": "object"},
    "improvementDiscovery": {"type": "object"},
    "errorAnalysis": {"type": "object"},
    "analysisCommon": {"type": "object"},
    "projectAnalysis": {"type": "object"},
    "featureAnalysis": {"type": "object"},
    "changeImpactAnalysis": {"type": "object"},
    "implementationOptionSelection": {"type": "object"},
    "implementationPlanning": {"type": "object"},
    "releaseHandoff": {"type": "object"},
    "implementation": {"type": "object"},
    "finalVerification": {"type": "object"},
    "recommendedNextSteps": {"type": "array"},
    "followUpTasks": {"type": "array"}
  }
}
