{ "type": "object", "properties": { "ok": {"type": "boolean"}, "records": {"type": "array"}, "confirmed_plan_id": {"type": "string"}, "records_output_path": {"type": "string"}, "record_count": {"type": "integer"}, "warnings": {"type": "array", "items": {"type": "string"}}, "error": {"type": "string"} }, "required": ["ok"] }