Workflow
JSON#
"workflow":{
"type":"object",
"properties":{
"name":{ "type":"string" },
"description":{ "type":"string" },
"blueprint_spec": { "$ref":"#/models/Blueprint Spec" },
"blueprint_hash": { "type":"string" }
}
}
}