pub fn validate_output( json: &Value, schema: &OutputSchema, ) -> Result<(), String>
Validate JSON output against a schema