From c1b64927ad1fcfcbe7e865dfad94f0885180bdb1 Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Tue, 20 Aug 2024 17:21:51 +0100 Subject: [PATCH] CELE-46 Updated format ingestion docs --- format-ingestion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format-ingestion.md b/format-ingestion.md index 9a6f2a48..34bad62e 100644 --- a/format-ingestion.md +++ b/format-ingestion.md @@ -64,7 +64,7 @@ Each JSON object represents a specific dataset with this schema: "id": string // unique ID for the dataset "name": string // display name of the dataset "type": string // type of dataset: "complete", "head" or "tail" - "time": int // time of the dataset + "time": float // time of the dataset "visualTime": float // visualTime of the dataset "description": string // description of the dataset "axes": [ // OPTIONAL: different axes and their representation, not used but can appear in the file @@ -93,7 +93,7 @@ The schema is the following: } ``` -For each of those objects: `ids`, `post_tid`, `pre_tid` and `syn` need to have the same number of elements. +For each of those objects: `ids`, `post_tid`, `pre_tid` and `syn` need to have the same number of elements when `ids` is present. ## Format of `annotations/xxx.json`