CustomTool Data Type

Properties
name data type constraints description
key string  
toolUrl string  
iconUrl string  
newtab boolean required boolean
name map of string  
id number required int

Example

{
  "key" : "...",
  "toolUrl" : "...",
  "iconUrl" : "...",
  "newtab" : true,
  "name" : {
    "property1" : "...",
    "property2" : "..."
  },
  "id" : 12345
}