Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 924 Bytes

json-format.md

File metadata and controls

23 lines (18 loc) · 924 Bytes
layout permalink title
default
json-format
JSON Format - WorkflowHub

The WorkflowHub JSON Format

The WorkflowHub project uses a common format for representing workflow execution traces and generated synthetic workflows traces, so that workflow simulators and simulation frameworks (that provide support for WorkflowHub format) can use such traces interchangeably.

This common format uses a JSON specification available in the WorkflowHub JSON schema GitHub repository. The schema GitHub repository provides detailed explanation of the WorkflowHub JSON format (including required fields), and a validator script for verifying the compatibility of traces.

Below, is a visualization of the schema version 1.0:

<iframe src="https://workflowhub.org/json-schema-viewer/basic.html#" style="width: 100%; border: 0; min-height: 40em"></iframe>