pub fn validate_plugin_schema(value: &Value) -> Result<(), String>
Validate a plugin-supplied JSON Schema. Returns Ok(()) if safe to merge into the host’s runtime schema tree; otherwise an error describing why.
Ok(())