author |
String |
Author of the extension. |
date |
String |
Release date of the latest version of the extension. |
description |
String |
Extension description. |
homepage |
String |
Link to the extension's homepage. |
name |
String |
Display name of the extension. Is shown in the extension list. |
extensionName |
String |
Internal name of the extension. |
version |
String |
Current version of the extension. |
urlToMeta |
String |
Link to the extension's meta.json file. |
icon |
String |
A link to the extension's icon. |
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> |
uiUrl |
String |
Partial path to the extension's UI. The full url is constructed with the following template: <saymon_hostname>/<uiUrl> |
apiUrl |
String |
Partial path to the extension's REST API endpoints. The full url is constructed with the following template:<saymon_hostname>/<apiUrl> . |