Example ExecutionContext using Type Any
{ | |
"parameters": [ | |
{ | |
"value": { | |
"properties": { | |
"property": [ | |
{ | |
"key": "p1", | |
"value": { | |
"number": { | |
"value": 1.0 | |
} | |
} | |
}, | |
{ | |
"key": "p2", | |
"value": { | |
"string": { | |
"value": "two" | |
} | |
} | |
}, | |
{ | |
"key": "p3", | |
"value": { | |
"date": { | |
"value": 1501015223000 | |
} | |
} | |
} | |
] | |
} | |
}, | |
"type": "Any", | |
"name": "any", | |
"scope": "local" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment