Exdantic.JsonSchema.TypeMapper (exdantic v0.0.2)

View Source

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

to_json_schema(type, store \\ nil)

@spec to_json_schema(Exdantic.Types.type_definition() | module(), pid() | nil) ::
  map()