From 31f1c1c861c122f9b7d9b78d8ce024126f93f50d Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 15 Dec 2023 11:21:08 -0500 Subject: [PATCH] notes --- 20210226114112-openapi_core.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/20210226114112-openapi_core.org b/20210226114112-openapi_core.org index f23e1f6..56d54ba 100644 --- a/20210226114112-openapi_core.org +++ b/20210226114112-openapi_core.org @@ -5,3 +5,7 @@ A Python library for validating requests and responses against OpenAPI 3 specifications. +* Bugs + +- [[https://github.com/python-openapi/openapi-core/issues/277][#277 "nullable: True" ignored if used together with allOf or oneOf]] +- [[https://github.com/python-openapi/openapi-spec-validator/issues/113][#113 Failed validating 'oneOf' in schema]]