pub fn converter_to_schema(converter: &Converter) -> SchemaExpand description
Convert a router Converter type to an OpenAPI Schema.
Maps path parameter type converters to appropriate JSON Schema types:
Str→ stringInt→ integer (int64)Float→ number (double)Uuid→ string (uuid format)Path→ string (catch-all wildcard)