Config (module.json)
Module
statusoptional union of literalsThe status of the module.
nameoptional stringThe human readable name of the module.
descriptionoptional stringA short description of the module.
iconoptional stringThe Font Awesome icon name of the module.
tagsoptional array of stringsThe tags associated with this module.
authorsoptional array of stringsThe GitHub handle of the authors of the module.
scriptsoptional record of objectsThe scripts associated with this module.
scripts.nameoptional stringThe human readable name of the script.
scripts.descriptionoptional stringA short description of the script.
scripts.publicobjectIf the script can be called from the public HTTP interface.
actorsoptional record of objectsThe actors associated with this module.
actors.storageAliasoptional stringUsed to keep actor IDs the same in case the actor name changes.
routesoptional record of union of objectssThe routes associated with this module.
errorsrecord of objectsThe errors associated with this module.
errors.nameoptional stringThe human readable name of the error.
errors.descriptionoptional stringA short description of the error.
errors.internalobjectIf the error should only be shown internally.
dependenciesoptional record of empty objectsThe dependencies of this module.
defaultConfigoptional record of objectsDefault user config.