pub fn format_schema(
schema: &Value,
style: SchemaStyle,
max_depth: Option<usize>,
) -> FormatOutputExpand description
Render a JSON Schema for a specific surface.
See Contract: format_schema in
apcore-toolkit/docs/features/formatting.md.