awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
everit-org avatar

everit-org/json-schema

0
View on GitHub↗
901 estrellas·277 forks·Java·Apache-2.0·4 vistas

Json Schema

Este proyecto es una biblioteca Java diseñada para validar documentos JSON contra especificaciones de esquema definidas. Funciona como un motor compatible con estándares que garantiza la integridad de los datos verificando el cumplimiento estructural y aplicando reglas de negocio dentro de las aplicaciones Java.

La biblioteca se distingue por sus estrategias de validación flexibles, permitiendo a los desarrolladores inyectar lógica personalizada y motores de coincidencia de patrones para manejar formatos de datos especializados. Admite modos de ejecución configurables, permitiendo a los usuarios detener la validación inmediatamente tras el primer error o recopilar todas las violaciones para un informe integral. Además, el motor incluye capacidades integradas para la coerción de tipos y la inyección de valores predeterminados, lo que ayuda a normalizar los datos entrantes durante el proceso de validación.

Más allá de las comprobaciones estructurales estándar, el sistema proporciona características avanzadas para gestionar dependencias de datos complejas y restricciones de seguridad. Incluye un registro local para resolver referencias de esquema sin acceso a la red y admite la aplicación de patrones de acceso de solo lectura o solo escritura. La biblioteca también ofrece herramientas de observabilidad, como hooks basados en eventos que permiten a los sistemas externos monitorear el proceso de validación interno.

Features

  • Structural Data Validators - Validates JSON documents against defined schema specifications to ensure structural integrity.
  • JSON Schema Validation - Provides a standards-compliant engine for validating JSON documents against defined schema specifications.
  • Request Data Integrity - Validates incoming JSON payloads against schema specifications to ensure data integrity before backend processing.
  • Java Validation Libraries - Offers a Java-native library for enforcing structural constraints and data integrity through configurable validation rules.
  • Pluggable Body Validators - Allows developers to inject custom validation logic and pattern-matching engines to extend standard schema enforcement.
  • Data Normalization Utilities - Normalizes incoming data by coercing types and injecting default values to ensure consistent internal data models.
  • Data Type Coercion - Automatically transforms string-encoded inputs into primitive types during validation to ensure schema compatibility.
  • First Matching Item Retrievers with Error Handling - Halts the validation process immediately upon encountering the first schema violation to save processing time.
  • Violation Reporters - Collects all schema errors found during validation into a single report for comprehensive data analysis.
  • Fail-Fast Execution Controls - Supports configurable execution modes to either halt immediately upon the first violation or collect all errors.
  • JSON Schema Reference Resolvers - Resolves schema references locally to simplify dependency tracking and avoid unnecessary network calls.
  • Schema Tree Traversers - Processes nested data structures by recursively walking the schema tree and applying validation rules at each node.
  • Schema Reference Resolution - Manages relative identifiers and external dependencies through a local registry to resolve complex data structures without network access.
  • Custom Format Validators - Allows registration of custom validation logic and pattern matching to handle specialized data formats.
  • Input Type Parsing - Transforms string-based inputs into numeric or boolean formats automatically during validation.
  • Strict Object Validation - Enforces strict object validation to ensure data conforms to defined schema requirements.
  • Schema Default Values - Fills missing properties in an input document with predefined default values from a schema during validation.
  • Validation Error Reporters - Generates detailed reports that pinpoint specific schema violations and provide exact locations of errors.
  • JSON Schema Implementations - Implements the official JSON Schema specification, including support for complex reference resolution.
  • Write-Only Access Modes - Validates objects against read-only or write-only constraints to ensure data access patterns align with schema permissions.
  • Primitive Type Schemas - Accepts string-encoded numbers or booleans to accommodate loosely typed input data.

Historial de estrellas

Gráfico del historial de estrellas de everit-org/json-schemaGráfico del historial de estrellas de everit-org/json-schema

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Json Schema

Colecciones seleccionadas manualmente donde aparece Json Schema.
  • Librerías de validación de datos
  • una librería para validación de atributos de modelos

Alternativas open-source a Json Schema

Proyectos open-source similares, clasificados según cuántas características comparten con Json Schema.
  • julian/jsonschemaAvatar de Julian

    Julian/jsonschema

    4,951Ver en GitHub↗

    This project is a Python implementation of the JSON Schema specification, providing a library for verifying that data instances conform to defined schemas. It serves as a data validation framework capable of validating both the data itself and the schemas against official meta-schemas to ensure structural correctness. The library features a schema reference resolver that maps URIs to definitions, enabling the resolution of internal and remote references for modular schema management. It is designed for extensibility, allowing for the definition of custom keywords, custom type-checking logic,

    Python
    Ver en GitHub↗4,951
  • python-jsonschema/jsonschemaAvatar de python-jsonschema

    python-jsonschema/jsonschema

    4,951Ver en GitHub↗

    This project is a JSON Schema validation library and framework used to verify that data instances conform to declarative definitions. It functions as a validation engine that enforces structural constraints and data types, while also serving as a meta-validator to ensure schema definitions themselves are syntactically correct against official meta-schemas. The library is designed for extensibility, allowing users to define custom validation logic by mapping schema keywords to specialized callable functions. It includes a registry-based reference resolver for managing internal and external URI

    Pythonjsonjson-schemajsonschema
    Ver en GitHub↗4,951
  • java-json-tools/json-schema-validatorAvatar de java-json-tools

    java-json-tools/json-schema-validator

    1,642Ver en GitHub↗

    This library is a Java-based tool for enforcing data structure constraints and verifying technical formats against defined schema specifications. It functions as a processing utility that parses complex data structures while managing external schema references and circular dependencies. The engine distinguishes itself through an immutable processor design that enables thread-safe, concurrent validation without requiring external synchronization. It employs arbitrary-precision arithmetic to evaluate numeric constraints, preventing common floating-point rounding errors, and utilizes character-l

    Java
    Ver en GitHub↗1,642
  • ianstormtaylor/superstructAvatar de ianstormtaylor

    ianstormtaylor/superstruct

    7,141Ver en GitHub↗

    Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined shapes and types. It functions as a composable schema builder and a TypeScript schema validator, ensuring that runtime data checks remain synchronized with static type definitions. The library features a data coercion engine that transforms input values or injects default values before the validation process is executed. It enables the creation of complex validation rules by nesting, merging, or omitting properties from existing structures. Its capabilities cover the validatio

    TypeScriptinterfacejavascriptschema
    Ver en GitHub↗7,141
Ver las 30 alternativas a Json Schema→

Preguntas frecuentes

¿Qué hace everit-org/json-schema?

Este proyecto es una biblioteca Java diseñada para validar documentos JSON contra especificaciones de esquema definidas. Funciona como un motor compatible con estándares que garantiza la integridad de los datos verificando el cumplimiento estructural y aplicando reglas de negocio dentro de las aplicaciones Java.

¿Cuáles son las características principales de everit-org/json-schema?

Las características principales de everit-org/json-schema son: Structural Data Validators, JSON Schema Validation, Request Data Integrity, Java Validation Libraries, Pluggable Body Validators, Data Normalization Utilities, Data Type Coercion, First Matching Item Retrievers with Error Handling.

¿Qué alternativas de código abierto existen para everit-org/json-schema?

Las alternativas de código abierto para everit-org/json-schema incluyen: julian/jsonschema — This project is a Python implementation of the JSON Schema specification, providing a library for verifying that data… python-jsonschema/jsonschema — This project is a JSON Schema validation library and framework used to verify that data instances conform to… java-json-tools/json-schema-validator — This library is a Java-based tool for enforcing data structure constraints and verifying technical formats against… samchon/typia — Typia is a compile-time code generator that transforms TypeScript type annotations into runtime validation,… ianstormtaylor/superstruct — Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined… epoberezkin/ajv — Ajv is a JSON Schema validator and schema compilation engine used to verify that JavaScript objects conform to…