Extension Config


To configure and customize your service plugin, you need to provide important details in the plugin.json configuration file.

Note

If you created your service plugin extension with the CLI, required fields are automatically populated for you.

Configuration Params
catalogAppIdsArray<string>

App IDs of catalogs for which recommended items can be found.


deploymentUristring

URI where the application implementing the SPI is deployed.


supportedAlgorithmsArray<AlgorithmConfig>

The algorithms that this application can use to calculate item recommendations.

0
Did this help?