pub fn simplify(schema: &Value) -> StringExpand description
Convert a JSON Schema to human-readable text description.
Input: {"type": "object", "properties": {"path": {"type": "string", "description": "File path"}}, "required": ["path"]}
Output: - path (required, string): File path