awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
everit-org avatar

everit-org/json-schema

0
View on GitHub↗
901 نجوم·277 تفرعات·Java·Apache-2.0·2 مشاهدات

Json Schema

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 comprehensive reporting. Furthermore, the engine includes built-in capabilities for type coercion and the injection of default values, which helps normalize incoming data during the validation process.

Beyond standard structural checks, the system provides advanced features for managing complex data dependencies and security constraints. It includes a local registry for resolving schema references without network access and supports the enforcement of read-only or write-only access patterns. The library also offers observability tools, such as event-driven hooks that allow external systems to monitor the internal validation process.

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.

سجل النجوم

مخطط تاريخ النجوم لـ everit-org/json-schemaمخطط تاريخ النجوم لـ everit-org/json-schema

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Json Schema

مجموعات منسقة بعناية يظهر فيها Json Schema.
  • مكتبات التحقق من صحة البيانات
  • مكتبة للتحقق من سمات النماذج (Model Attributes)

بدائل مفتوحة المصدر لـ Json Schema

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Json Schema.
  • julian/jsonschemaالصورة الرمزية لـ Julian

    Julian/jsonschema

    4,951عرض على 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
    عرض على GitHub↗4,951
  • python-jsonschema/jsonschemaالصورة الرمزية لـ python-jsonschema

    python-jsonschema/jsonschema

    4,951عرض على 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
    عرض على GitHub↗4,951
  • java-json-tools/json-schema-validatorالصورة الرمزية لـ java-json-tools

    java-json-tools/json-schema-validator

    1,642عرض على 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
    عرض على GitHub↗1,642
  • ianstormtaylor/superstructالصورة الرمزية لـ ianstormtaylor

    ianstormtaylor/superstruct

    7,141عرض على 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
    عرض على GitHub↗7,141
عرض جميع البدائل الـ 30 لـ Json Schema→

الأسئلة الشائعة

ما هي وظيفة everit-org/json-schema؟

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.

ما هي الميزات الرئيسية لـ everit-org/json-schema؟

الميزات الرئيسية لـ everit-org/json-schema هي: 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.

ما هي البدائل مفتوحة المصدر لـ everit-org/json-schema؟

تشمل البدائل مفتوحة المصدر لـ everit-org/json-schema: 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…