| name | data type | description |
|---|---|---|
| resources | map of array of string | |
| resourceName | string | |
| userInput | string |
Example
{
"resources" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"resourceName" : "...",
"userInput" : "..."
}