module.json
), it is considered a separate app in Appmixer.service.json
file. The file has the following structure:name
[vendor].[service]
format where [vendor]
is the Vendor name (See e.g. Enabling Users to Publish Custom Components for more details). Normally you'll have just one vendor or use the default 'appmixer'
vendor. [service]
is the name of your service. Example: "appmixer.google"
, "appmixer.twilio"
, ... .label
category
categoryIndex
index
description
icon
module.json
file. The file has the following structure (similar to the service.json
file):name
[vendor].[service].[module]
format where [vendor]
is the Vendor name (See e.g. Enabling Users to Publish Custom Components for more details). Normally you'll have just one vendor or use the default 'appmixer'
vendor. [service]
is the name of your service and [module]
is the name of your module. Examples: "appmixer.google.gmail"
, "appmixer.google.calendar"
, .... . Note that the directory structure of your module must follow this name. In other words, if you have a module named "appmixer.myservice.mymodule"
, your directory structure will look like this: myservice/mymodule.label
category
categoryIndex
index
description
icon