ci: Playwright project organization (#17905)

This commit is contained in:
shortstacked
2025-08-04 19:59:06 +01:00
committed by GitHub
parent e8dad4e030
commit d0443dce11
366 changed files with 251 additions and 234 deletions

View File

@@ -0,0 +1,245 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Rename Keys": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,337 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Execute Command": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Read Binary File": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Execute Command1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,291 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Write Binary File": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Read Binary File": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,521 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"CustomerIo": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"CustomerIo3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"CustomerIo1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"CustomerIo5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"CustomerIo7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"CustomerIo2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"CustomerIo6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"CustomerIo8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"CustomerIo4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,705 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailchimp11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,199 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"GraphQL": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,337 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spreadsheet File": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spreadsheet File1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,938 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com12": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com13": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com14": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com15": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com16": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Merge": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
},
"required": [
"previousNode"
]
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Monday.com3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,199 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mandrill": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mandrill1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,153 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Twilio": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,567 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Shopify": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Shopify5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Shopify6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Shopify7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Shopify8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Shopify9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Shopify1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Shopify2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Shopify3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Shopify4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,153 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mailgun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,245 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"APITemplate.io": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"APITemplate.io1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"APITemplate.io2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,705 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop12": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Raindrop5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,199 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"DeepL": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,935 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Dropbox8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Read Binary File": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sleep 0.8 seconds": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Dropbox": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sleep 0.8 seconds1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Dropbox2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Dropbox3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Dropbox5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sleep 0.8 seconds2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sleep 0.8 seconds3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Dropbox4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Dropbox6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sleep 0.8 seconds6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Dropbox10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sleep 0.8 seconds5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Dropbox9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sleep 0.8 seconds4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Dropbox11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,337 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"PostHog": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"PostHog1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"PostHog2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"PostHog3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"PostHog4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,245 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS Comprehend": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS Comprehend1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS Comprehend2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,199 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS Lambda": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS Lambda1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,199 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS Rekognition": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,797 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS S31": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,153 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS SNS": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,199 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenWeatherMap": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenWeatherMap1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,153 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Vonage": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,199 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS SQS1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS SQS": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,797 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom12": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom13": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom14": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Intercom4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,153 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenThesaurus": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,291 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"PayPal": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"PayPal1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"PayPal2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"PayPal3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,521 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set id & email": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Vero": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Vero1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Vero2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Vero3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Vero4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Vero5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Vero7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Vero6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,337 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Webflow": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Webflow1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Webflow2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Webflow3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Webflow4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,981 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io22": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io18": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io16": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io19": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io17": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io13": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io14": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io15": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io20": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io21": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sentry.io23": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,429 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Kitemaker1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Kitemaker": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Kitemaker2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Kitemaker3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Kitemaker4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Kitemaker5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Kitemaker6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,337 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Beeminder": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Beeminder1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Beeminder2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Beeminder4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Beeminder3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,475 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Paddle": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Paddle2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Paddle3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Paddle4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Paddle1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Paddle5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Paddle6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Paddle7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,153 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Pushover": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,383 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set job name": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS Transcribe": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS Transcribe1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS Transcribe2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Sleep 30 seconds": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS Transcribe3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,843 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Delete existing dir": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Add file to dir": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git12": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Git13": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,245 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Handle JSON data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Handle Binary data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Handle Static data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,163 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Execute Workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"VirusTotal HTTP Request": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"location": {
"type": "string"
}
}
}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,294 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Invalid Host header": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Internal SSL Error?": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Success": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeOutput": {
"type": "number"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Cross Domain Redirect": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,251 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Mistral Cloud Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Mistral Cloud Chat": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"Mistral Cloud Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,496 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set Baseline": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set Article": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"location": {
"type": "string"
}
}
}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Summary - Simple - Map": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Evaluate to Baseline": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,567 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set Baseline": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set Article": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"location": {
"type": "string"
}
}
}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Convert to File": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Summary - Simple - Map - Binary": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Evaluate to Baseline": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"OpenAI Chat Model5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,251 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Azure OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Azure OpenAI Chat": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"Azure OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,251 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Open AI Instruct": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,398 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Calculator3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"AI Agent3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"Calculator3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,521 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set Baseline": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set Article": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"location": {
"type": "string"
}
}
}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Summary - Simple - Refine": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Evaluate to Baseline4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"OpenAI Chat Model9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,419 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Calculator": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"AI Agent": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Edit Fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"Calculator": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,348 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Structured Output Parser1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_outputParser": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_outputParser": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Open AI Chat - Output Parsing": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"Structured Output Parser1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,419 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Calculator2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"AI Agent2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Edit Fields2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"Calculator2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,538 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Get Weather": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subExecution": {
"type": "object",
"properties": {
"executionId": {
"type": "string"
},
"workflowId": {
"type": "string"
}
}
},
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Get Events": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subExecution": {
"type": "object",
"properties": {
"executionId": {
"type": "string"
},
"workflowId": {
"type": "string"
}
}
},
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"AI Agent4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Edit Fields6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"Get Weather": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"Get Events": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,251 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AWS Bedrock Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"AWS Bedrock Chat": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"AWS Bedrock Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,251 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Open AI Chat": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,593 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set Baseline": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set Article": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"location": {
"type": "string"
}
}
}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Token Splitter": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_textSplitter": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_textSplitter": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Summary - Advanced": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Evaluate to Baseline3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"Token Splitter": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"OpenAI Chat Model8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,496 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set Baseline": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set Article": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"location": {
"type": "string"
}
}
}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Summary - Simple - Stuff": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Evaluate to Baseline": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,736 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Code": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"location": {
"type": "string"
}
}
}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Default Data Loader": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_document": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_document": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Token Splitter": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_textSplitter": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_textSplitter": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Embeddings OpenAI": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_embedding": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_embedding": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Pinecone Vector Store": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Check Vector Store Populated": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Wait": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Embeddings OpenAI10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_embedding": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_embedding": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Pinecone Vector Store1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"Token Splitter": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"Default Data Loader": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"Embeddings OpenAI": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"Embeddings OpenAI10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,373 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Calculator1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"AI Agent1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"Calculator1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,272 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking Test workflow": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
},
"error": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"timestamp": {
"type": "number"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"context": {
"type": "object",
"properties": {}
}
}
}
}
}
},
"Basic LLM Chain": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,706 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking Test workflow": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Vector Store Tool": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_tool": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
},
"error": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"timestamp": {
"type": "number"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"context": {
"type": "object",
"properties": {}
}
}
}
}
}
},
"In-Memory Vector Store": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_vectorStore": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_vectorStore": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"Embeddings OpenAI": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_embedding": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_embedding": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
},
"error": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"timestamp": {
"type": "number"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"context": {
"type": "object",
"properties": {}
}
}
}
}
}
},
"AI Agent": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"Embeddings OpenAI": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"In-Memory Vector Store": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"Vector Store Tool": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,688 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Simple Memory": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_memory": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_memory": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Anthropic Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Auto-fixing Output Parser": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_outputParser": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_outputParser": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Structured Output Parser": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_outputParser": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_outputParser": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"AI Agent": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AI Agent1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"Simple Memory": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"Anthropic Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"Structured Output Parser": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"Auto-fixing Output Parser": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,810 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"When clicking \"Test workflow\"": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Simple Memory": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_memory": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_memory": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Auto-fixing Output Parser": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_outputParser": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_outputParser": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"Structured Output Parser": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
},
"required": [
"previousNode",
"previousNodeRun"
]
}
},
"data": {
"type": "object",
"properties": {
"ai_outputParser": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_outputParser": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
}
},
"error": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"timestamp": {
"type": "number"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"context": {
"type": "object",
"properties": {
"outputParserFailReason": {
"type": "string"
}
}
}
}
}
},
"required": [
"startTime",
"executionTime",
"executionIndex",
"executionStatus",
"source",
"data",
"inputOverride",
"metadata"
]
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
},
"previousNodeRun": {
"type": "number"
}
}
}
},
"data": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"inputOverride": {
"type": "object",
"properties": {
"ai_languageModel": {
"type": "array",
"items": {
"type": "array"
}
}
}
},
"metadata": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
}
}
},
"AI Agent": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"AI Agent1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {
"Simple Memory": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"OpenAI Chat Model": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"Structured Output Parser": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
},
"OpenAI Chat Model1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
}
}
}
}
}
},
"Auto-fixing Output Parser": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subRun": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string"
},
"runIndex": {
"type": "number"
}
},
"required": [
"node",
"runIndex"
]
}
}
},
"required": [
"subRun"
]
}
}
}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,291 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Drift ": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Drift 1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Drift 2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Drift 3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,429 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Strava": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Strava4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Strava3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Strava5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Strava1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Strava6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Strava2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,659 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack13": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack18": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack24": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack19": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack25": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack20": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack14": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack15": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack16": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Slack17": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,705 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Gitlab12": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,613 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Google Drive": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Google Drive3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Google Drive10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Google Drive1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Google Drive4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Google Drive2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Google Drive5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Google Drive6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Google Drive7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Google Drive8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Google Drive9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,935 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana14": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana15": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana12": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana16": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana13": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana17": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Asana7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,245 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Bitly": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Bitly1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Bitly2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,245 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Hacker News": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Hacker News1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Hacker News2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,337 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Brandfetch": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Brandfetch1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Brandfetch2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Brandfetch4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Brandfetch3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,935 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda12": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda13": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda14": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda15": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda16": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Coda9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,659 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ConvertKit6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,245 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Hunter": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Hunter1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Hunter2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,383 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Todoist": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Todoist1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Todoist2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Todoist3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Todoist5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Todoist4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,199 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Set files": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Write Binary File": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,337 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Taiga": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Taiga1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Taiga2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Taiga3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Taiga4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,889 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify14": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify17": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify13": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify12": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify16": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Spotify7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,245 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ProfitWell": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ProfitWell1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"ProfitWell2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,291 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Segment": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Segment1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Segment3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Segment2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,429 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,429 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Contentful3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,935 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Read Binary File": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip12": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip10": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip13": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip14": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip15": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Zulip5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,291 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Phantombuster": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Phantombuster1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Phantombuster2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Phantombuster3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,199 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"RSS Feed Read": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,662 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Matrix1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Matrix": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Matrix6": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Matrix5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Read Binary File": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Matrix7": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Matrix8": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Matrix2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Matrix9": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Matrix3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Merge": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
},
"required": [
"previousNode"
]
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Matrix4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,429 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Date & Time": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Date & Time1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Date & Time2": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Date & Time3": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Date & Time4": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Date & Time5": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,383 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"FunctionItem": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"HTML Extract": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Move Binary Data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"HTML Extract1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,291 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"startData": {
"type": "object",
"properties": {}
},
"resultData": {
"type": "object",
"properties": {
"runData": {
"type": "object",
"properties": {
"Start": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"FunctionItem": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Move Binary Data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Move Binary Data1": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
},
"Function": {
"type": "array",
"items": {
"type": "object",
"properties": {
"startTime": {
"type": "number"
},
"executionIndex": {
"type": "number"
},
"source": {
"type": "array",
"items": {
"type": "object",
"properties": {
"previousNode": {
"type": "string"
}
}
}
},
"hints": {
"type": "array",
"items": {}
},
"executionTime": {
"type": "number"
},
"executionStatus": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"main": {
"type": "array",
"items": {
"type": "array"
}
}
}
}
}
}
}
}
},
"lastNodeExecuted": {
"type": "string"
}
}
},
"executionData": {
"type": "object",
"properties": {
"contextData": {
"type": "object",
"properties": {}
},
"nodeExecutionStack": {
"type": "array",
"items": {}
},
"metadata": {
"type": "object",
"properties": {}
},
"waitingExecution": {
"type": "object",
"properties": {}
},
"waitingExecutionSource": {
"type": "object",
"properties": {}
}
}
}
}
},
"mode": {
"type": "string"
},
"startedAt": {
"type": "string"
},
"stoppedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"finished": {
"type": "boolean"
}
}
}

Some files were not shown because too many files have changed in this diff Show More