Skip to main content

SchemaTransform

Trait SchemaTransform 

Source
pub trait SchemaTransform: Send + Sync {
    // Required method
    fn apply(&self, tool: &str, schema: &mut Json);
}
Expand description

Trait for custom schema transforms.

Required Methods§

Source

fn apply(&self, tool: &str, schema: &mut Json)

Apply the transform to a tool’s schema.

Implementors§