Table of Contents

Namespace Solace.SchemaRegistry.Serdes.JsonSchema.Model

Classes

JsonSchemaModel

Represents a parsed JSON schema with validation capability. This class decouples the serdes module from any specific JSON Schema library.

Interfaces

IJsonSchemaValidator

Strategy interface for JSON schema validation. Implementations are library-specific and handle the conversion from the Schema's Context object to the library's native type.