From c11991f9de39383a3ac4e387c26e498a571c7f0a Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Tue, 22 Jun 2021 17:46:24 +0200 Subject: [PATCH] openapi_extensions.md: add a clarification for oneOf --- openapi_extensions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi_extensions.md b/openapi_extensions.md index 6905d663..22d1ac66 100644 --- a/openapi_extensions.md +++ b/openapi_extensions.md @@ -54,6 +54,8 @@ doesn't work, as in the following example: properties: ... ``` +This can only be used to define the type of named properties. In particular, +the current tooling does not support `oneOf` inside `additionalProperties`. ## OpenAPI 3's "2xx" format for response codes