cloudmesh / cloudmesh-cc

Cloudmesh compute coordinator the execute compute intensife workflows on remote resources
https://cloudmesh.github.io/cloudmesh-cc/
Other
2 stars 0 forks source link

do the json file as pretty print #50

Closed laszewsk closed 1 year ago

laszewsk commented 1 year ago

https://cloudmesh.github.io/cloudmesh-cc/openapi.json#http://

has no spaces and new lines

use

json.dumps(data, indent=2)

or

python -m json.tool openapi.json

jpfleischer commented 1 year ago

https://github.com/cloudmesh/cloudmesh-cc/commit/390605c92218490243b6358889a9f479f2a43c47

make openapi has been fixed