package jsonschema-core

  1. Overview
  2. Docs

Module Jsonschema_coreSource

Sourcemodule Json_pointer : sig ... end

JSON Pointer (RFC 6901).

Sourcemodule Instance : sig ... end

JSON instance data model for JSON Schema.

Sourcemodule Error : sig ... end

Validation error types.

Sourcemodule Regex : sig ... end

Regex engine abstraction.

Sourcemodule Uri_util : sig ... end

URI utilities for JSON Schema.

Sourcemodule Schema : sig ... end

JSON Schema representation.

Sourcemodule Registry : sig ... end

Schema registry — stores and resolves schemas by URI.

Sourcemodule Compiler : sig ... end

Schema compiler — transforms JSON Schema into a validator function.