awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 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 stele·395 fork-uri·Java·3 vizualizărijson-schema-validator.herokuapp.com↗

Json Schema Validator

Această bibliotecă este un instrument bazat pe Java pentru impunerea constrângerilor structurilor de date și verificarea formatelor tehnice în raport cu specificațiile de schemă definite. Funcționează ca un utilitar de procesare care parsează structuri de date complexe în timp ce gestionează referințele externe de schemă și dependențele circulare.

Motorul se distinge printr-un design de procesor imuabil care permite validarea concurentă, thread-safe, fără a necesita sincronizare externă. Utilizează aritmetica cu precizie arbitrară pentru a evalua constrângerile numerice, prevenind erorile comune de rotunjire în virgulă mobilă, și utilizează procesarea la nivel de caracter pentru a asigura validarea string-urilor conștientă de Unicode pentru simboluri complexe. Dezvoltatorii pot extinde pipeline-ul de bază prin înregistrarea de cuvinte cheie personalizate și handler-e de format pentru a implementa logica de business specializată.

Proiectul oferă o gestionare cuprinzătoare a schemelor, inclusiv verificarea conformității structurale în raport cu meta-schemele, rezoluția dependențelor bazată pe URI și încărcarea configurabilă a schemelor. Suportă raportarea detaliată a erorilor care continuă validarea pe elementele copil chiar și după eșecurile părinților și include o interfață de linie de comandă pentru verificarea datelor din terminal.

Features

  • Procesare 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.

Istoric stele

Graficul istoricului de stele pentru java-json-tools/json-schema-validatorGraficul istoricului de stele pentru java-json-tools/json-schema-validator

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Json Schema Validator

Colecții selectate manual în care apare Json Schema Validator.
  • Instrumente pentru validarea schemelor de date
  • Biblioteci pentru validarea datelor
  • librărie pentru validarea atributelor de model

Întrebări frecvente

Ce face java-json-tools/json-schema-validator?

Această bibliotecă este un instrument bazat pe Java pentru impunerea constrângerilor structurilor de date și verificarea formatelor tehnice în raport cu specificațiile de schemă definite. Funcționează ca un utilitar de procesare care parsează structuri de date complexe în timp ce gestionează referințele externe de schemă și dependențele circulare.

Care sunt principalele funcționalități ale java-json-tools/json-schema-validator?

Principalele funcționalități ale java-json-tools/json-schema-validator sunt: Procesare JSON, JSON Schema Validation, Java Validation Libraries, Schema Reference Resolution, Immutable Processors, Date and Time Libraries, Numeric Precision Constraints, Networked Schema Resolvers.

Care sunt câteva alternative open-source pentru java-json-tools/json-schema-validator?

Alternativele open-source pentru java-json-tools/json-schema-validator includ: 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…

Alternative open-source pentru Json Schema Validator

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Json Schema Validator.
  • python-jsonschema/jsonschemaAvatar python-jsonschema

    python-jsonschema/jsonschema

    4,951Vezi pe 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
    Vezi pe GitHub↗4,951
  • julian/jsonschemaAvatar Julian

    Julian/jsonschema

    4,951Vezi pe 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
    Vezi pe GitHub↗4,951
  • voxpupuli/json-schemaAvatar voxpupuli

    voxpupuli/json-schema

    1,645Vezi pe 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
    Vezi pe GitHub↗1,645
  • everit-org/json-schemaAvatar everit-org

    everit-org/json-schema

    901Vezi pe 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
    Vezi pe GitHub↗901
  • Vezi toate cele 30 alternative pentru Json Schema Validator→