awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
python-jsonschema avatar

python-jsonschema/jsonschema

0
View on GitHub↗
4,951 Stars·624 Forks·Python·MIT·5 Aufrufepython-jsonschema.readthedocs.io↗

Jsonschema

Dieses Projekt ist eine JSON-Schema-Validierungsbibliothek und ein Framework, das verwendet wird, um zu verifizieren, dass Dateninstanzen deklarativen Definitionen entsprechen. Es fungiert als Validierungs-Engine, die strukturelle Einschränkungen und Datentypen erzwingt, während es gleichzeitig als Meta-Validator dient, um sicherzustellen, dass Schemadefinitionen selbst syntaktisch korrekt gegenüber offiziellen Meta-Schemas sind.

Die Bibliothek ist auf Erweiterbarkeit ausgelegt und erlaubt es Nutzern, benutzerdefinierte Validierungslogik durch das Mapping von Schema-Schlüsselwörtern auf spezialisierte aufrufbare Funktionen zu definieren. Sie enthält einen registry-basierten Referenz-Resolver zur Verwaltung interner und externer URI-Referenzen, um Subschemas über verschiedene Dokumente hinweg wiederzuverwenden.

Das System deckt ein breites Spektrum an Validierungsfunktionen ab, einschließlich Datentypverifizierung, String-Formatprüfung für Typen wie E-Mails und UUIDs sowie umfassende Fehlerberichterstattung. Diagnosetools bieten verschachteltes Fehler-Tracking und heuristische Filterung, um die relevantesten Fehler innerhalb einer Datenstruktur zu identifizieren.

Features

  • JSON Schema Implementations - Implements the full JSON Schema specification for evaluating data instances against declarative definitions.
  • JSON Schema Validation - Verifies that JSON data instances conform to declarative schema definitions and reports structural mismatches.
  • Schema Reference Resolution - Resolves internal and external pointers within schema definitions using a registry-based system.
  • Data Type Validation - Verifies that data instances conform to recognized schema types.
  • Data Validation Frameworks - Provides an extensible framework for enforcing structural constraints and data types on JSON documents.
  • Validation Error Reporters - Iteratively reports all validation mismatches instead of stopping at the first failure.
  • Keyword Validation Mappings - Implements a mapping system that associates schema keywords with specific executable functions for custom validation logic.
  • Meta-Schema Validations - Verifies that a schema definition conforms to the official JSON Schema meta-specification.
  • Specification Conformance Validation - Verifies if a data object conforms to a declarative JSON Schema definition.
  • Format Validators - Enforces compliance for primitive types against formats like email or UUID using a hook system.
  • Significance-Based Filtering - Identifies the most significant validation failures by analyzing data depth and keyword importance.
  • JSON Schema Reference Resolvers - Resolves internal and external URI references using a registry to enable subschema reuse across documents.
  • Schema Keyword Functions - Enables mapping schema keywords to custom callable functions and configuring specialized type and format checkers.
  • Custom Format Validators - Allows the registration of domain-specific data formats to extend the standard validation logic.
  • Recursive Path Tracking - Tracks the precise location within nested data structures to report accurate error paths.
  • Pluggable Format Checkers - Provides an extensible registry of functions to verify that strings match predefined formats like email or UUID.
  • Primary Error Identification - Heuristically identifies the most significant error from a set of failures based on data hierarchy and keyword importance.
  • Specification Draft Implementations - Implements dedicated validator classes to maintain compatibility across different versions of the JSON Schema specification.
  • Extended Format Dependencies - Uses optional extended dependencies to provide enhanced validation for specialized string formats.
  • Data Validation - Implementation of JSON Schema.
  • Data Validation - Implementation of the JSON Schema specification.

Star-Verlauf

Star-Verlauf für python-jsonschema/jsonschemaStar-Verlauf für python-jsonschema/jsonschema

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Jsonschema

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Jsonschema.
  • julian/jsonschemaAvatar von Julian

    Julian/jsonschema

    4,951Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,951
  • everit-org/json-schemaAvatar von everit-org

    everit-org/json-schema

    901Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗901
  • java-json-tools/json-schema-validatorAvatar von java-json-tools

    java-json-tools/json-schema-validator

    1,642Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,642
  • voxpupuli/json-schemaAvatar von voxpupuli

    voxpupuli/json-schema

    1,645Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,645
Alle 30 Alternativen zu Jsonschema anzeigen→

Häufig gestellte Fragen

Was macht python-jsonschema/jsonschema?

Dieses Projekt ist eine JSON-Schema-Validierungsbibliothek und ein Framework, das verwendet wird, um zu verifizieren, dass Dateninstanzen deklarativen Definitionen entsprechen. Es fungiert als Validierungs-Engine, die strukturelle Einschränkungen und Datentypen erzwingt, während es gleichzeitig als Meta-Validator dient, um sicherzustellen, dass Schemadefinitionen selbst syntaktisch korrekt gegenüber offiziellen Meta-Schemas sind.

Was sind die Hauptfunktionen von python-jsonschema/jsonschema?

Die Hauptfunktionen von python-jsonschema/jsonschema sind: JSON Schema Implementations, JSON Schema Validation, Schema Reference Resolution, Data Type Validation, Data Validation Frameworks, Validation Error Reporters, Keyword Validation Mappings, Meta-Schema Validations.

Welche Open-Source-Alternativen gibt es zu python-jsonschema/jsonschema?

Open-Source-Alternativen zu python-jsonschema/jsonschema sind unter anderem: julian/jsonschema — This project is a Python implementation of the JSON Schema specification, providing a library for verifying that data… everit-org/json-schema — This project is a Java library designed to validate JSON documents against defined schema specifications. It functions… java-json-tools/json-schema-validator — This library is a Java-based tool for enforcing data structure constraints and verifying technical formats against… voxpupuli/json-schema — This library is a Ruby-based validation engine designed to verify JSON data structures against official schema… epoberezkin/ajv — Ajv is a JSON Schema validator and schema compilation engine used to verify that JavaScript objects conform to… jquense/yup — Yup is a JavaScript schema validation library used to define data shapes and validate runtime values. It functions as…