You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Have you provided a full/minimal spec to reproduce the issue?
Have you validated the input using an OpenAPI validator (example)?
Have you tested with the latest master to confirm the issue still exists?
Have you searched for related issues/PRs?
What's the actual output vs expected output?
[Optional] Sponsorship to speed up the bug fix or feature request
Description
When transforming the schema that have a additional properties, the created python file will have unresolved references in the TypedDict for the optional properties.
Given the yaml file below, the created multi_properties_schema.py file will have following definition for the optional properties:
Bug Report Checklist
Description
When transforming the schema that have a additional properties, the created python file will have unresolved references in the TypedDict for the optional properties.
Given the yaml file below, the created
multi_properties_schema.pyfile will have following definition for the optional properties:However, the
DataTupleInputandDataTuplecan not be referenced which lead to an errorNameError: name 'DataTupleInput' is not definedduring runtime.openapi-json-schema-generator version
Version 4.1.2
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix