libraries on a spec are now just strings in a list

This commit is contained in:
alicia pritchett 2022-02-08 11:38:43 -05:00
parent 082ba18c2d
commit 112226e9b0
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
"primary_file_name": "empty_workflow.bpmn",
"primary_process_id": "empty_workflow",
"libraries": [
{ "id": "library_one" }
"library_one"
]
}