Skip to content

Commit 56b9d50

Browse files
committed
Document collectionFormat in README
1 parent e7260f9 commit 56b9d50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ For automated HTTP REST service framework built with this library please check [
2323
* `header`, `cookie`, `formData`, `file` for other parameters
2424
* `form` acts as `query` and `formData`
2525
* [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 (`&`),
2631
* Flexible schema control with [`jsonschema-go`](https://github.com/swaggest/jsonschema-go#implementing-interfaces-on-a-type)
2732

2833
## Example

0 commit comments

Comments
 (0)