Skip to content

Commit

Permalink
CELE-46 Updated format ingestion docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcorreia committed Aug 20, 2024
1 parent c015701 commit c1b6492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions format-ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit c1b6492

Please sign in to comment.