Data table

This document describes the properties of the JSON API object. You also can access the document in JSON Schema format: data-table.schema.json

Defines a data table

node-id: string

The node type ID that generated the data. Optional.

slot: string

The slot name that generated the data. Optional.

rows: object[]

The data row items

data-type: string

The data type ID behind the row

Example

{
  "node-id" : "ij1-fft-forward2d",
  "slot" : "Output",
  "internal-path" : "/fastdata/projects/JIPipe/Output",
  "rows" : [ {
    "index" : 0,
    "annotations" : [ ],
    "true-data-type" : "imagej-imgplus-fft-2d"
  } ],
  "data-type" : "imagej-imgplus-fft-2d"
}