UnsupportedDialectException

The schema declares (via $schema) a dialect this library does not implement. Callers required to reject unknown dialects (e.g. MCP servers) can catch this specifically.

@safe
class UnsupportedDialectException : SchemaException {}

Members

Variables

dialectUri
string dialectUri;

The offending $schema value.