{
"job_id": 1234,
"parameters": [
{
"id": "action",
"type": "string",
"value": "completed"
},
{
"id": "number",
"type": "integer",
"value": 123
},
{
"id": "array of strings",
"type": "array_of_strings",
"value": ["value_1", "value_2"]
},
{
"id": "array of integers",
"type": "array_of_integers",
"value": [0,1,2,3,4,5,6]
},
{
"id": "source_path",
"type": "string",
"store": "environment",
"value": "SOURCE_PATH"
},
{
"id": "destination_path",
"type": "string",
"store": "environment",
"value": "DESTINATION_PATH"
},
{
"id": "requirements",
"type": "requirement",
"store": "environment",
"value": "SOURCE_PATH"
}
]
}