6 مستودعات
The ability to validate a specific sub-path of a nested schema without evaluating the entire object tree.
Distinct from Nested Schema Mapping: Focuses on targeted validation of internal paths, whereas Nested Schema Mapping focuses on overall parsing.
Explore 6 awesome GitHub repositories matching data & databases · Partial Nested Validation. Refine with filters or upvote what's useful.
Yup is a JavaScript schema validation library used to define data shapes and validate runtime values. It functions as an object schema validator and a data coercion engine, allowing developers to transform raw input values into desired types before performing validation checks. The library is distinguished by its support for dynamic schema validation, where rules can be adjusted at runtime based on sibling field values or external context. It also enables recursive data structuring for polymorphic fields and provides a system for extracting static TypeScript interfaces from runtime schema def
Retrieves and validates a specific inner schema at a deeply nested path without validating the entire tree.
This is a Go struct validation library used to maintain data integrity by enforcing constraints on fields, slices, and maps. It functions as a schema validation tool and data integrity validator, ensuring that complex nested structures adhere to predefined rules. The library utilizes struct tags to configure validation logic at runtime and supports a custom function registry for extending validation rules. It is distinguished by its ability to perform cross-field dependency evaluation, allowing the comparison of values between different fields within the same data structure to ensure logical
Performs full-tree recursive validation of nested structs, slices, and maps to ensure structural integrity.
class-validator is a TypeScript class validation library that uses decorators to define constraints and rules for object properties. It functions as a decorator-based schema validator that ensures data integrity and structural correctness through a combination of synchronous checks and promise-based asynchronous rules. The library provides a recursive validation system for checking complex data hierarchies, including nested classes and individual elements within collections. It includes an object property whitelist utility capable of stripping undocumented properties or blocking unknown field
Provides a recursive validation system for checking complex data hierarchies and individual elements within collections.
Vee-validate is a form validation library and state management tool for Vue applications. It enables the validation of user inputs through declarative rules and tracks form metadata, including submission status and dirty states. The library functions as a wrapper for integrating external schema validation libraries to enforce consistent data shapes. It also serves as an internationalized framework for displaying translated error messages and localized feedback. The project covers broad capability areas including form state management, the handling of complex nested data structures, and the s
Provides recursive validation of nested objects and arrays to ensure structural integrity of complex data hierarchies.
هذا المشروع عبارة عن إضافة للتحقق من بروتوكول المخزن المؤقت (Protocol Buffer) ومولد أكواد ينشئ منطق تحقق متسق عبر لغات برمجة متعددة. يعمل كامتداد للمترجم لسلسلة أدوات Protocol Buffer، مما يسمح للمطورين بتعريف قيود دلالية مباشرة داخل ملفات المخطط (schema) لضمان اتساق البيانات. تستخدم الأداة خيارات مخصصة لتضمين قواعد التحقق في تعريفات الرسائل، وتعيين قيود المخطط هذه لأنماط التنفيذ الخاصة باللغة. تستخدم فحص القيود القائم على المسند (predicate) والاجتياز العودي لفرض القواعد عبر تسلسلات الرسائل المتداخلة. يغطي سطح التحقق النطاقات والقيم الرقمية، وأنماط وتنسيقات السلاسل، وقيود تسلسل البايت، وفرض التعداد (enum). كما يدير أحجام المجموعات والحقول المتكررة، والتحقق من النوع المعقد للطوابع الزمنية والمدد، ومتطلبات اختيار حقل الاتحاد (union).
Performs recursive validation on message fields to ensure required content is present or skipped throughout the hierarchy.
هذه المكتبة عبارة عن إطار عمل للتحقق التصريحي (declarative validation) للغة Rust، يفرض سلامة البيانات وقواعد العمل على نماذج البيانات المهيكلة. تستخدم الماكرو الإجرائية لتحويل التعليقات التوضيحية القائمة على السمات إلى منطق تحقق قابل للتنفيذ، مما يضمن التزام هياكل البيانات بالقيود المحددة قبل المعالجة. يتميز إطار العمل بإجراء التحقق في وقت التجميع (compile time)، مما يلغي الحمل الزائد في وقت التشغيل ويوفر فحصاً صارماً للأنواع لجميع القواعد. يدعم التنقل العودي (recursive traversal) لهياكل البيانات المتداخلة والمجموعات، مما يضمن التحقق من كل مستوى في التسلسل الهرمي. وبعيداً عن قيود الحقول الفردية، يوفر النظام خطافات (hooks) لفحوصات اتساق الحقول المتقاطعة ويسمح بدمج وظائف مخصصة خاصة بالمجال للتعامل مع متطلبات العمل المعقدة. توفر المكتبة واجهة موحدة لتنفيذ إجراءات التحقق المخصصة عبر هياكل بيانات متباينة. يتم توزيعها كـ crate مع وثائق تغطي تطبيق السمات التصريحية لفرض التنسيقات والنطاقات والسلامة الهيكلية.
Performs recursive validation on collections and sub-structures to ensure every level of the data hierarchy is verified.