pub trait Provider: Scope { // Required method fn to_schema(&self) -> (String, Map<String, Value>); }
Returns the provider version and configuration.