Data table row

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

Defines a data table row

id: number

Row index within the data table

annotations: object[]

Annotations attached to the data row

true-data-type: string

The true (not the slot) data type ID behind the row

Example

{
    "index" : 0,
    "annotations" : [ ],
    "true-data-type" : "imagej-imgplus-fft-2d"
}