OutputMapping
Workflow output mapping.
nameName (string)필수
typeType (string)필수
Possible values: [string, number, boolean, object, array]
valueValue (string)필수
OutputMapping
{
"name": "string",
"type": "string",
"value": "string"
}