Plugins should be able to optionally specify a configSchema in it's plugin manifest which can be used to validate the configuration. configSchema would be a zod schema passed to the manifest and the plugin runner would be responsible of validating the configuration before calling setup or scrape.
Plugins should be able to optionally specify a
configSchemain it's plugin manifest which can be used to validate the configuration. configSchema would be a zod schema passed to the manifest and the plugin runner would be responsible of validating the configuration before calling setup or scrape.