Overview of networknt JSON Schema Validator
masterThe networknt/json-schema-validator is a high-performance Java implementation of the JSON Schema specification. It is designed for microservices environments where validation performance is critical.
Key features include:
- Specification Support: Compatible with JSON Schema Core Drafts v4, v6, v7, v2019-09, and v2020-12.
- Extensibility: Supports customizing Dialects, Vocabularies, Keywords, and Formats.
- OpenAPI Support: Supports OpenAPI 3 request/response validation using the appropriate dialect.
- Jackson Integration: Uses the Jackson parser for JSON processing.
This library is a core component of the light-4j microservices framework.