2021-07-29 22:51:04 +00:00
|
|
|
:PROPERTIES:
|
|
|
|
:ID: ca88b99d-cc12-4595-ba14-c567db34d3b6
|
|
|
|
:END:
|
2021-03-08 23:28:27 +00:00
|
|
|
#+title: OpenAPI Core
|
|
|
|
|
|
|
|
A Python library for validating requests and responses against OpenAPI 3
|
|
|
|
specifications.
|
2023-12-15 16:21:08 +00:00
|
|
|
* 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]]
|