{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Claude Symphony Schema Index",
  "description": "Index of all configuration schemas",
  "schemas": {
    "stage": "./stage.schema.json",
    "pipeline": "./pipeline.schema.json",
    "models": "./models.schema.json",
    "ai_collaboration": "./ai_collaboration.schema.json",
    "auto_checkpoint": "./auto_checkpoint.schema.json",
    "git": "./git.schema.json",
    "output_validation": "./output_validation.schema.json",
    "tech_stack": "./tech_stack.schema.json",
    "agent": "./agent.schema.json"
  }
}