awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
java-json-tools avatar

java-json-tools/json-schema-validator

0
View on GitHub↗
1,642 stars·395 forks·Java·3 vuesjson-schema-validator.herokuapp.com↗

Json Schema Validator

Cette bibliothèque est un outil basé sur Java pour appliquer des contraintes de structure de données et vérifier les formats techniques par rapport aux spécifications de schéma définies. Elle fonctionne comme un utilitaire de traitement qui analyse des structures de données complexes tout en gérant les références de schéma externes et les dépendances circulaires.

Le moteur se distingue par une conception de processeur immuable qui permet une validation concurrente et thread-safe sans nécessiter de synchronisation externe. Il utilise l'arithmétique à précision arbitraire pour évaluer les contraintes numériques, empêchant les erreurs d'arrondi courantes en virgule flottante, et utilise un traitement au niveau des caractères pour garantir une validation de chaîne sensible à Unicode pour les symboles complexes. Les développeurs peuvent étendre le pipeline de base en enregistrant des mots-clés personnalisés et des gestionnaires de format pour implémenter une logique métier spécialisée.

Le projet fournit une gestion complète des schémas, y compris la vérification de la conformité structurelle par rapport aux méta-schémas, la résolution de dépendances basée sur URI et le chargement de schéma configurable. Il prend en charge des rapports d'erreur détaillés qui poursuivent la validation sur les éléments enfants même après des échecs parents, et inclut une interface en ligne de commande pour la vérification des données basée sur le terminal.

Features

  • Traitement JSON - Provides a robust engine for parsing, transforming, and validating complex data structures against defined schema specifications.
  • JSON Schema Validation - Validates JSON data against schema specifications with support for version switching and high-precision numeric values.
  • Java Validation Libraries - Provides a Java-based tool for enforcing data structure constraints and technical formats using standard schema definitions.
  • Schema Reference Resolution - Fetches and processes external schema definitions using various URI schemes while managing custom handlers and detecting circular dependencies.
  • Immutable Processors - Performs validation using immutable processors that allow a single instance to be shared safely across multiple concurrent application threads.
  • Date and Time Libraries - Verifies date and time strings against international standards with support for variable precision and time zones.
  • Numeric Precision Constraints - Enforces numeric precision constraints using arbitrary-precision arithmetic to avoid floating-point inaccuracies.
  • Networked Schema Resolvers - Resolves and loads external schema definitions across network protocols while managing URI namespaces.
  • High Precision Mathematics - Verifies numeric and string data against strict constraints to prevent rounding errors and encoding issues.
  • Unicode Length Validations - Evaluates string constraints using character-level processing to correctly handle complex Unicode symbols.
  • Custom Validation Rules - Supports custom validation rules by allowing registration of unique keywords and format attributes.
  • Schema Keyword Functions - Allows developers to inject custom logic by registering new keywords and format handlers into the validation pipeline.
  • Domain-Specific Validation Rules - Enforces specialized business rules by extending standard validation logic with custom keywords and formats.
  • URI Namespace Redirectors - Controls how schemas are retrieved by preloading files, redirecting URI namespaces, and registering custom downloaders for various network protocols.
  • Validation Error Reporters - Supports detailed error reporting that continues validation across child elements even after parent failures to ensure comprehensive compliance tracking.
  • Arbitrary-Precision Arithmetic - Uses arbitrary-precision arithmetic to evaluate numeric constraints and prevent floating-point rounding errors.
  • Constraint-Based JSON Validators - Provides a standalone command-line interface for validating JSON documents against schema requirements.
  • Multi-Threaded Batch Processing - Executes thread-safe validation tasks concurrently to maintain high performance during heavy data processing.
  • Recursive Schema Resolvers - Resolves external schema dependencies via URI and detects circular references to prevent infinite processing loops.
  • Regular Expression Validations - Applies regular expressions to ensure uniform string validation across different computing environments.
  • Meta-Schema Validations - Verifies that schema definitions are structurally correct and fully compliant with the requirements of the core meta-schema.
  • Immutable State Patterns - Encapsulates validation logic in immutable, thread-safe objects to enable concurrent execution without external synchronization.
  • String Format Validators - Validates string values against technical standards including base64, cryptographic hashes, and URI templates.

Historique des stars

Graphique de l'historique des stars pour java-json-tools/json-schema-validatorGraphique de l'historique des stars pour java-json-tools/json-schema-validator

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Json Schema Validator

Sélections manuelles où Json Schema Validator apparaît.
  • Outils de validation de schémas de données
  • Bibliothèques de validation de données
  • une bibliothèque pour la validation d'attributs de modèles

Alternatives open source à Json Schema Validator

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Json Schema Validator.
  • python-jsonschema/jsonschemaAvatar de python-jsonschema

    python-jsonschema/jsonschema

    4,951Voir sur 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
    Voir sur GitHub↗4,951
  • julian/jsonschemaAvatar de Julian

    Julian/jsonschema

    4,951Voir sur 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
    Voir sur GitHub↗4,951
  • voxpupuli/json-schemaAvatar de voxpupuli

    voxpupuli/json-schema

    1,645Voir sur GitHub↗

    This library is a Ruby-based validation engine designed to verify JSON data structures against official schema specifications. It ensures data integrity by confirming that objects, strings, and files conform to defined structural constraints, while also validating the integrity of the schema definitions themselves against official metaschema standards. The project distinguishes itself through a highly modular architecture that allows for deep customization. Users can register custom validation rules and format handlers to enforce project-specific business logic that extends beyond standard sp

    Rubyhacktoberfest
    Voir sur GitHub↗1,645
  • everit-org/json-schemaAvatar de everit-org

    everit-org/json-schema

    901Voir sur GitHub↗

    This project is a Java library designed to validate JSON documents against defined schema specifications. It functions as a standards-compliant engine that ensures data integrity by checking structural compliance and enforcing business rules within Java applications. The library distinguishes itself through its flexible validation strategies, allowing developers to inject custom logic and pattern-matching engines to handle specialized data formats. It supports configurable execution modes, enabling users to either halt validation immediately upon the first error or collect all violations for

    Java
    Voir sur GitHub↗901
Voir les 30 alternatives à Json Schema Validator→

Questions fréquentes

Que fait java-json-tools/json-schema-validator ?

Cette bibliothèque est un outil basé sur Java pour appliquer des contraintes de structure de données et vérifier les formats techniques par rapport aux spécifications de schéma définies. Elle fonctionne comme un utilitaire de traitement qui analyse des structures de données complexes tout en gérant les références de schéma externes et les dépendances circulaires.

Quelles sont les fonctionnalités principales de java-json-tools/json-schema-validator ?

Les fonctionnalités principales de java-json-tools/json-schema-validator sont : Traitement JSON, JSON Schema Validation, Java Validation Libraries, Schema Reference Resolution, Immutable Processors, Date and Time Libraries, Numeric Precision Constraints, Networked Schema Resolvers.

Quelles sont les alternatives open-source à java-json-tools/json-schema-validator ?

Les alternatives open-source à java-json-tools/json-schema-validator incluent : python-jsonschema/jsonschema — This project is a JSON Schema validation library and framework used to verify that data instances conform to… julian/jsonschema — This project is a Python implementation of the JSON Schema specification, providing a library for verifying that data… voxpupuli/json-schema — This library is a Ruby-based validation engine designed to verify JSON data structures against official schema… everit-org/json-schema — This project is a Java library designed to validate JSON documents against defined schema specifications. It functions… arasatasaygin/is.js — is.js is a JavaScript validation library and data type checker. It provides a suite of utilities to verify whether… go-ozzo/ozzo-validation — ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types…