Backend Extensions

Field Type Description

author

String

Author of the extension.

apiUrl

String

Partial path to the extension’s REST API endpoints.

The full url is constructed with the following template: <saymon_hostname>/<apiUrl>.

date

String

Release date of the latest version of the extension.

description

String

Extension description.

extensionName

String

Internal name of the extension.

homepage

String

Link to the extension’s homepage.

icon

String

A link to the extension’s icon.

name

String

Display name of the extension. Is shown in the extension list.

nameInUrl

String

Partial link to the extension. Same as the folder with the index.html file.

SAYMON uses the following format to construct the link to the extension: <saymon_hostname>/extensions/<nameInUrl>

version

String

Current version of the extension.

uiUrl

String

Partial path to the extension’s UI.

The full url is constructed with the following template: <saymon_hostname>/<uiUrl>

urlToMeta

String

Link to the extension’s meta.json file.