{
    "$schema": "http://json-schema.org/schema",
    "title": "Validate Architecture Unchanged Executor",
    "description": "Validates that the current architecture matches the saved graph",
    "type": "object",
    "properties": {
        "graphPath": {
            "type": "string",
            "description": "Path to the graph file (relative to workspace root)",
            "default": "architecture/dependencies.json"
        }
    },
    "required": []
}
