mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 09:05:19 +00:00
#172 remove irrelevant default value in analyzer configuration
This commit is contained in:
parent
3413d6a012
commit
642b5309da
@ -13,16 +13,14 @@
|
||||
"description": "URL of C1fApp service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "Server1"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,16 +13,14 @@
|
||||
"description": "Username",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "username"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"description": "Password",
|
||||
"type": "sring",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "password"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,16 +13,14 @@
|
||||
"description": "Username",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "username"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"description": "Password",
|
||||
"type": "sring",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "password"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,16 +13,14 @@
|
||||
"description": "UID for Censys",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "UUID"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -14,8 +14,7 @@
|
||||
"description": "URL",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "url"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -14,8 +14,7 @@
|
||||
"description": "URL",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "url"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -17,16 +17,14 @@
|
||||
"description": "DNSDB server name",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "server name"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API Key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,16 +17,14 @@
|
||||
"description": "DNSDB server name",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "server name"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API Key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,16 +17,14 @@
|
||||
"description": "DNSDB server name",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "server name"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -14,8 +14,7 @@
|
||||
"description": "API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API Key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -14,8 +14,7 @@
|
||||
"description": "API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API Key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -14,8 +14,7 @@
|
||||
"description": "API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,8 +13,7 @@
|
||||
"description": "Path to blocklists",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "path"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,16 +13,14 @@
|
||||
"description": "Client identifier",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": false,
|
||||
"defaultValue": "Cortex"
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": false,
|
||||
"defaultValue": "API Key"
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "URL of the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "URL"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "URL of the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "URL"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -14,16 +14,14 @@
|
||||
"description": "HybridAnalysis secret",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": false
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API Key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "analysistimeout",
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API Key"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "analysistimeout",
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API Key"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "analysistimeout",
|
||||
|
@ -13,24 +13,21 @@
|
||||
"description": "URL of MISP servers",
|
||||
"type": "string",
|
||||
"multi": true,
|
||||
"required": true,
|
||||
"defaultValue": [ "Server1", "Server2"]
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "API key for each server",
|
||||
"type": "string",
|
||||
"multi": true,
|
||||
"required": true,
|
||||
"defaultValue": [ "API key for Server1", "API key for Server2"]
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "cert_path",
|
||||
"description": "Verify server certificate or path to the CA on the system",
|
||||
"type": "boolean",
|
||||
"multi": true,
|
||||
"required": false,
|
||||
"defaultValue": [ true, true]
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,8 +13,7 @@
|
||||
"description": "path to Warninglists folder",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "path"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,24 +13,21 @@
|
||||
"description": "Rulepath",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": false
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "username",
|
||||
"description": "Username",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "username"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"description": "Password",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "password"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,48 +13,42 @@
|
||||
"description": "Define the URL to the Nessus service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "url"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "login",
|
||||
"description": "Define the login to Nessus",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "login"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"description": "Define the password to the Nessus account",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "password"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "policy",
|
||||
"description": "Define the policy used to run scans",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "policy"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "ca_bundle",
|
||||
"description": "Define the path to the Nessus CA",
|
||||
"type": "path",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": false
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "allowed_network",
|
||||
"description": "Define networks allowed to be scanned",
|
||||
"type": "string",
|
||||
"multi": true,
|
||||
"required": true,
|
||||
"defaultValue": "[network1 ]"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,8 +13,7 @@
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,16 +17,14 @@
|
||||
"description": "Define the username of the account used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "username"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,16 +17,14 @@
|
||||
"description": "Define the username of the account used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "username"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,16 +17,14 @@
|
||||
"description": "Define the username of the account used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "username"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,16 +17,14 @@
|
||||
"description": "Define the username of the account used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "username"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,16 +17,14 @@
|
||||
"description": "Define the username of the account used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "username"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,16 +17,14 @@
|
||||
"description": "Define the username of the account used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "username"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,16 +17,14 @@
|
||||
"description": "Define the username of the account used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "username"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,16 +17,14 @@
|
||||
"description": "Define the username of the account used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "username"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Define the API key to use to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -14,24 +14,21 @@
|
||||
"description": "Define the url of the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": false
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Define the API key used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": false
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "secret",
|
||||
"description": "Define the secret used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "Secret"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "environmentId",
|
||||
@ -39,7 +36,7 @@
|
||||
"type": "number",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "100"
|
||||
"defaultValue": 100
|
||||
},
|
||||
{
|
||||
"name": "timeout",
|
||||
|
@ -14,24 +14,21 @@
|
||||
"description": "Define the url of the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": false
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Define the API key used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "secret",
|
||||
"description": "Define the secret used to connect the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "Secret"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "environmentId",
|
||||
@ -39,7 +36,7 @@
|
||||
"type": "number",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "100"
|
||||
"defaultValue": 100
|
||||
},
|
||||
{
|
||||
"name": "timeout",
|
||||
|
@ -13,8 +13,7 @@
|
||||
"description": "Define the API Key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,8 +13,7 @@
|
||||
"description": "Define the API Key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API Key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "Define the API Key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "polling_interval",
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "Define the API Key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "polling_interval",
|
||||
|
@ -13,8 +13,7 @@
|
||||
"description": "Define the API Key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -21,8 +21,7 @@
|
||||
"description": "Define the path to the stored data",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": false,
|
||||
"defaultValue": "/tmp/cortex/tor_project"
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -29,8 +29,7 @@
|
||||
"description": "Define the path to the stored data",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": false,
|
||||
"defaultValue": "/tmp/cortex/tor_project"
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,16 +13,14 @@
|
||||
"description": "Define the URL of the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "url"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"description": "Define the API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "certpath",
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "API key for Virustotal",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "<API key>"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "polling_interval",
|
||||
|
@ -16,8 +16,7 @@
|
||||
"description": "API key for Virustotal",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "<API key>"
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "polling_interval",
|
||||
|
@ -13,8 +13,7 @@
|
||||
"description": "Define the path to the stored data",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": false,
|
||||
"defaultValue": "path"
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,8 +17,7 @@
|
||||
"description": "Define the API key",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "API key"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,8 +13,7 @@
|
||||
"description": "Define the path rules folder",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "path"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -13,8 +13,7 @@
|
||||
"description": "Define the URL of the service",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true,
|
||||
"defaultValue": "url"
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user