CustomTool Data Type

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

Example

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