cleanup the deprecated function from `schema/schema.go`. ```go func NewPluginSchema(settings *pluginschema.Settings, examples *pluginschema.SettingsExamples) (*pluginschema.PluginSchema, error) { ..... } ```
cleanup the deprecated function from
schema/schema.go.