From 99e31020c8654d72418f9033468ae496e3d0c21e Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Sun, 3 Sep 2023 21:16:14 +0200 Subject: [PATCH] Update Supported-OpenAPI-features.md (#243) --- .../Documentation.docc/Articles/Supported-OpenAPI-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4da0316d..e4be30c6 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 @@ -139,7 +139,7 @@ Supported features are always provided on _both_ client and server. - [ ] maxProperties - [ ] minProperties - [x] required -- [x] enum +- [x] enum (when type is string or integer) - [x] type - [x] allOf - a wrapper struct is generated, children can be any schema