You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 No collectionFormat or collectionFormat: csv should be converted to:
encoding:
paramName:
#style: form # `style` defaults to `form`, so this line is optionalexplode: false
2 collectionFormat: ssv should be converted to:
encoding:
paramName:
style: spaceDelimited#explode: false # optional - this is the default value
3 collectionFormat: tsv should be ignored (?)
4 collectionFormat: pipes should be converted to:
encoding:
paramName:
style: pipeDelimited#explode: false # optional - this is the default value
5 collectionFormat: multi corresponds to the default seralization style (style: form + explode: true), and can be either ignored, or converted to one of the following:
Spec: https://gist.githubusercontent.com/hkosova/f0b1ace631a93c3acc42bca0e1ae6928/raw/459e67fa395c30abdcb54ea02120075d28510f23/formData-collectionFormat.yaml
Converted spec: http://oai.swagger.io/api/convert?url=https://gist.githubusercontent.com/hkosova/f0b1ace631a93c3acc42bca0e1ae6928/raw/459e67fa395c30abdcb54ea02120075d28510f23/formData-collectionFormat.yaml
1 No
collectionFormat
orcollectionFormat: csv
should be converted to:2
collectionFormat: ssv
should be converted to:3
collectionFormat: tsv
should be ignored (?)4
collectionFormat: pipes
should be converted to:5
collectionFormat: multi
corresponds to the default seralization style (style: form
+explode: true
), and can be either ignored, or converted to one of the following:The text was updated successfully, but these errors were encountered: