name | data type | constraints | description |
---|---|---|---|
id | number | required int | |
newtab | boolean | required boolean | |
toolUrl | string | ||
name | map of string | ||
iconUrl | string | ||
key | string |
Example
{ "id" : 12345, "newtab" : true, "toolUrl" : "...", "name" : { "property1" : "...", "property2" : "..." }, "iconUrl" : "...", "key" : "..." }