Bounded JSON Schema 2020-12 validation without remote reference fetching.
Summary
Functions
Checks that a term can be represented losslessly as JSON.
Validates a JSON-compatible instance against a bounded schema subset.
Validates the bounded modern result variants emitted by this package.
Checks a schema without validating an instance. No network references are fetched.
Functions
@spec json_value(term()) :: :ok | {:error, :not_json}
Checks that a term can be represented losslessly as JSON.
Validates a JSON-compatible instance against a bounded schema subset.
Validates the bounded modern result variants emitted by this package.
Checks a schema without validating an instance. No network references are fetched.