Skip to content

addTables Example

Chris Churas edited this page Oct 18, 2024 · 3 revisions

Format of response for addTables results.

TO BE IMPLEMENTED IN THE FUTURE

[
  { 
    "action": "addTables",
    "data": {
             "id": string, // Table name, e.g., "enrichment"
             "columns": [{ "id": attribute_name, "type": attribute_datatype }],
             "rows": { "node_id": node_record }
            }
  }
]