Skip to main content

simplify

Function simplify 

Source
pub fn simplify(schema: &Value) -> String
Expand 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