This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Description
Bug Report Checklist
The type hint is missing for this use case
Add this to endpoint_args.handlebars
{{else}}
{{#if isOverload}}
{{#eq skipDeserialization "True"}}
skip_deserialization: typing_extensions.Literal[True],
{{/eq}}
{{/if}}
{{/if}}
I noticed this in #35
Description
openapi-json-schema-generator version
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix