Neoteroi / essentials-openapi

Functions to handle OpenAPI Documentation.
MIT License
21 stars 9 forks source link

Fix bug with missing items entry #36

Closed mh7d closed 8 months ago

mh7d commented 10 months ago

Fix this bug, with openapi.jspn generated by fastapi

image

It seems, like the entry items could be missing. This results in an error accessing the dict.

RobertoPrevato commented 8 months ago

Hi @mh7d and @mh-at-fujitsu Thank You for your contribution, and apologies for replying so late. I merge your PR.