Skip to content

Add JSON Schema validation support #19

@simbo1905

Description

@simbo1905

Add JSON Schema validation functionality to the project.

What: Implement JSON Schema Draft 2020-12 validation support as a separate module.

Why: To provide standards-compliant JSON Schema validation capabilities for Java applications using the JSON API.

The implementation should include:

  • JSON Schema Draft 2020-12 subset support
  • Thread-safe compiled schemas
  • Immutable validation results with error paths/messages
  • Integration with the official JSON Schema Test Suite
  • Maven verify integration
  • Documentation and usage examples

Scope: This covers the json-java21-schema module with validation features, test suite integration, and documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions