2 repository-uri
Utilities that convert internal schema definitions into JSON representations.
Distinct from JSON Serializers: Distinct from JSON Serializers: specifically serializes the validation rule tree, not general application data.
Explore 2 awesome GitHub repositories matching data & databases · Schema Serializers. Refine with filters or upvote what's useful.
Joi is a JavaScript data validation library used to define schemas that validate, cast, and sanitize data objects. It functions as an object schema validator and parser, ensuring that input data matches specific types and formats before it is processed by an application. The library features a conditional validation engine capable of dynamic schema enforcement, where validation logic and dependencies change based on the values of other keys within an object. It also serves as a data casting and sanitization tool, transforming input values into target types and removing sensitive keys from the
Converts the internal rule tree into a structured JSON format for external consumption.
Schema-dts is a type-safe library providing TypeScript interfaces for modeling structured data and interconnected graph relationships. It serves as a framework for defining and enforcing strict property requirements for JSON-LD objects, ensuring that metadata generated for web applications and search engines adheres to established vocabulary standards. The project distinguishes itself by providing a comprehensive set of definitions for the Schema.org vocabulary, enabling developers to build complex, machine-readable data graphs with compile-time validation. It supports the composition of mult
Converts strongly-typed objects into standardized JSON-LD strings to ensure machine-readable output for web document integration.