|  Developer
Updated on January 4, 2022

format

  • Format of a string (like “ip” for IPv4 IP addresses; will be provided by cloud later)

Required : no

Type :

Example :

				
					{
  "configuration":{
  "type":"node",
  "script":"HUB:plugin_name/path/to/configuration/script.lua",
  "inputs":[
     {
        "name":"field",
        "description":"Description of a field",
        "field":"Name of a field",
        "required":true,
        "type":"boolean",
        "format":"ip"
     }
  ]
}
}