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 map to the
data
element - The 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
These available recipes illustrate how the JSON export files are structured for each type of workspace output. Click the text link, or the image below, to see the recipes.
Updated over 1 year ago