{"$id":"workflow/subworkflow","$schema":"http://json-schema.org/draft-07/schema#","title":"Subworkflow","type":"object","allOf":[{"$ref":"base_flow.json"}],"properties":{"units":{"description":"Contains the Units of the subworkflow","type":"array","items":{"$ref":"./subworkflow/unit.json"}},"model":{"description":"Model used inside the subworkflow","$ref":"../model.json"},"application":{"description":"information about the simulation engine/application.","$ref":"../software/application.json"},"isDraft":{"description":"Defines whether to store the results/properties extracted in this unit to properties collection","type":"boolean","default":false}},"required":["model","application"]}