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

[BUG] Fix endpoint type hint, skip_deserialization=True, when no bodyParam and isOverload = True #39

Closed
@spacether

Description

@spacether

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

  • 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
openapi-json-schema-generator version
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions