DynamicPluginsSchemasOptions
Home > @backstage/backend-dynamic-feature-service
> DynamicPluginsSchemasOptions
Signature:
export interface DynamicPluginsSchemasOptions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(pluginPackage: ScannedPluginPackage) => string |
(Optional) Function that returns the path to the Json schema file for a given scanned plugin package. The path is either absolute, or relative to the plugin package root directory. Default behavior is to look for the |