From 1271f67547b6dc700fd1a8768ef70ef8ba642dbd Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Thu, 3 Oct 2024 09:30:16 +0200 Subject: [PATCH] [Docs] Update supported parameter styles --- .../Articles/Supported-OpenAPI-features.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Sources/swift-openapi-generator/Documentation.docc/Articles/Supported-OpenAPI-features.md b/Sources/swift-openapi-generator/Documentation.docc/Articles/Supported-OpenAPI-features.md index 8edb5d4d..1b83a1bf 100644 --- a/Sources/swift-openapi-generator/Documentation.docc/Articles/Supported-OpenAPI-features.md +++ b/Sources/swift-openapi-generator/Documentation.docc/Articles/Supported-OpenAPI-features.md @@ -212,8 +212,8 @@ For any other formats, the payload is provided as raw bytes (using the `HTTPBody - [x] required - [x] deprecated - [ ] allowEmptyValue -- [x] style (only defaults) -- [x] explode (non default only for query items) +- [x] style +- [x] explode - [ ] allowReserved - [x] schema - [ ] example @@ -230,7 +230,7 @@ For any other formats, the payload is provided as raw bytes (using the `HTTPBody - [x] simple (in header) - [ ] spaceDelimited (in query) - [ ] pipeDelimited (in query) -- [ ] deepObject (in query) +- [x] deepObject (in query) #### Supported combinations @@ -239,6 +239,7 @@ For any other formats, the payload is provided as raw bytes (using the `HTTPBody | path | `simple` | `false` | | query | `form` | `true` | | query | `form` | `false` | +| query | `deepObject` | `true` | | header | `simple` | `false` | #### Reference Object