We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
collectionFormat
1 parent e7260f9 commit 56b9d50Copy full SHA for 56b9d50
README.md
@@ -23,6 +23,11 @@ For automated HTTP REST service framework built with this library please check [
23
* `header`, `cookie`, `formData`, `file` for other parameters
24
* `form` acts as `query` and `formData`
25
* [field tags](https://github.com/swaggest/jsonschema-go#field-tags) named after JSON Schema/OpenAPI 3 Schema constraints
26
+ * `collectionFormat` to unpack slices from string
27
+ * `csv` comma-separated values,
28
+ * `ssv` space-separated values,
29
+ * `pipes` pipe-separated values (`|`),
30
+ * `multi` ampersand-separated values (`&`),
31
* Flexible schema control with [`jsonschema-go`](https://github.com/swaggest/jsonschema-go#implementing-interfaces-on-a-type)
32
33
## Example
0 commit comments