Converts Exdantic type definitions to JSON Schema type definitions.
This module handles the conversion between Exdantic's internal type system and JSON Schema representations, including complex types and constraints.
Summary
Functions
@spec to_json_schema(Exdantic.Types.type_definition() | module(), pid() | nil) :: map()