podhmo / dictknife

armyknife of handling dict object
MIT License
19 stars 4 forks source link

jsonknife bundle, --flavor option #133

Closed podhmo closed 5 years ago

podhmo commented 5 years ago

in openapi v2, schema's default position is "#/defintions", othwerwise, in v3, schema's default position is "#/components/schemas"

$ jsonknife bundle --src main.yaml --dst bundle.yaml --flavor openapiv2

default is openapiv3

podhmo commented 5 years ago
  --flavor {openapiv3,openapiv2}