pub fn export_json_schema<T: Configuration>() -> ValueExpand description
Return a JSON schema for the given configuration structure.
ยงPanics
Panics if the generated schema does not match the meta-schema.
This can happen only if schemars::JsonSchema was implemented incorrectly for a type.