Created
July 26, 2017 13:49
-
-
Save BrandonStiff/53d4276c7ac9ee68d9b273218b3f9e40 to your computer and use it in GitHub Desktop.
Example ExecutionContext using Type Any
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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