Changes for version 0.611 - 2025-05-31

  • fix integer vs number distinction in draft4 for x.0 values. This comes at the expense of properly identifying other numbers as integers in draft4 instead of numbers, e.g. 2e1 as a json literal, as these all decode to Math::BigFloat objects.
  • some fixes to id/$id validity checks across all drafts

Documentation

A command-line interface to JSON::Schema::Modern::evaluate()

Modules

Validate data against a schema using a JSON Schema
Contains a single annotation from a JSON Schema evaluation
One JSON Schema document
Contains a single error from a JSON Schema evaluation
Contains the result of a JSON Schema evaluation
Common code for nodes of a JSON::Schema::Modern::Result
Internal utilities for JSON::Schema::Modern
Base role for JSON Schema vocabulary classes
Implementation of the JSON Schema Applicator vocabulary
Implementation of the JSON Schema Content vocabulary
Implementation of the JSON Schema Core vocabulary
Implementation of the JSON Schema Format-Annotation vocabulary
Implementation of the JSON Schema Format-Assertion vocabulary
Implementation of the JSON Schema Meta-Data vocabulary
Implementation of the JSON Schema Unevaluated vocabulary
Implementation of the JSON Schema Validation vocabulary