-
Notifications
You must be signed in to change notification settings - Fork 3
Data Output Files
sisbell edited this page May 8, 2023
·
1 revision
{
"projectName": "your-project-name",
"projectVersion": "1.0",
"blockId": "blockId-A",
"blockRuns": [
{
"blockRun": 1,
"blockResults": [
]
},
{
"blockRun": 2,
"blockResults": [
]
}
]
}| Field | Description |
|---|---|
| projectName | name of your project. |
| projectVersion | version of your project. |
| blockId | version of your project. |
| blockRuns | array of block output |
| blockRuns.[n].blockRun | order the blocks were run. Starts at 1. |
| blockRuns.[n].blockResults | results of the block run. The content of this node is dependent on the plugin type |