Skip to main content

DynamicPluginsSchemasOptions

Home > @backstage/backend-dynamic-feature-service > DynamicPluginsSchemasOptions

Signature:

export interface DynamicPluginsSchemasOptions 

Properties

PropertyModifiersTypeDescription
schemaLocator?(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 dist/configSchema.json relative path.