About the JSON format
Once files are delivered and the platform exports them to JSON format, they will follow the general format below:
- The inputs (see Managing inputs map to the
data
element) - The outputs (see Managing outputs map to the
answers
element) - The tasks are characterized by all the other elements, such as
id
,project_id
,state
, andtask_url
Here's an example of how the JSON is structured:
Example JSON files
The following recipes illustrate how the JSON export files are structured for each type of workspace output.
🦉
Image Annotation JSON structure (vector)
Open Recipe
🦉
Image Annotation JSON structure (Raster)
Open Recipe
🦉
Video JSON structure
Open Recipe
🦉
Point Cloud JSON structure
Open Recipe
🦉
Sensor Fusion JSON structure
Open Recipe
Updated 5 months ago