Module Chatoyant_schema.Json_schemaSource

Standalone JSON Schema implementation.

The initial dialect target is draft 2020-12. The module is structured as a standalone package surface so Chatoyant tool/structured-output code can use it without depending on provider modules.

Sourcemodule Ast : sig ... end

Lossless JSON Schema AST.

Sourcemodule Pointer : sig ... end

JSON Pointer and URI-fragment helpers used by $ref.

Sourcemodule Resolver : sig ... end

Schema resource registry and $ref resolution.

Sourcemodule Output : sig ... end

Structured validation output.

Sourcemodule Validator : sig ... end

Draft 2020-12 validation engine.

Sourcemodule Project : sig ... end

Deterministic provider-oriented schema projections.

Sourcetype t = Ast.t
Sourceval of_string : string -> (t, Ast.parse_error) result
Sourceval to_string : t -> string