Back to Explore

ajv-validator/ajv-draft-04

GitHub
1 watchersOpen source

Last release:

Ajv JSON validator with support for JSON Schema draft-04. Useful if you need Ajv-based validation specifically targeting draft-04 schemas, and you can install it alongside Ajv to upgrade them independently.

Project status

  • Maintenance status: Likely quiet or in maintenance mode, with the last upstream push on 2023-07-04, and no evidence of recent updates after that date relative to 2026-08-12.
  • Update cadence: Tags shown in the evidence are sparse (notably v0.1.0 on 2021-05-20 and v1.0.0 on 2021-05-23), and there are no update summaries provided beyond 2021, so a current cadence is unclear and appears low.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.0.0

    This release primarily updates documentation and bumps the required Ajv peer dependency. The code diff shows no runtime logic changes, only README changes and package.json metadata adjustments.

    Breaking
  • v0.1.0

    v0.1.0 introduces support for validating JSON Schema draft-04 using Ajv. This release note suggests the project now targets draft-04 specifically for schema validation behavior.

    Features