Skip to main content

Module schema

Module schema 

Source
Expand description

JSON Schema validation (M4 structured output).

Validates agent output against a JSON Schema. Uses the jsonschema crate for full schema compliance. Designed for structured output validation where agents must return results matching a defined schema.

Enums§

SchemaError

Functions§

validate_output
Validates a JSON value against the given JSON Schema.