This repository was archived by the owner on Dec 25, 2024. It is now read-only.
[BUG][python] Missing quotes for array property in TypedDict definition #412
Labels
bug
Something isn't working
Bug Report Checklist
Description
The transformed name in a TypedDict definition of a property misses quotes.
See the following schema:
In this schema you have following TypedDict definition
where the property
ArrayProperty
miss the quotes. Consequently, running the created code will lead to aNameError
on runtime.openapi-json-schema-generator version
Version 4.1.1
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix
The text was updated successfully, but these errors were encountered: