Skip to content

Data Output Files

sisbell edited this page May 8, 2023 · 1 revision

Skeleton Output

{
  "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

Clone this wiki locally