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>minSize 1maxSize 100minLength 1maxLength 36

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


deploymentUristring

URI where the application implementing the SPI is deployed.


supportedAlgorithmsArray<AlgorithmConfig>minSize 1maxSize 100

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

Did this help?