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

Commit 4163509

Browse files
committed
template updated
1 parent 5b44d6b commit 4163509

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/openapi-json-schema-generator/src/main/resources/python/endpoint_args.handlebars

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
{{/eq}}
7474
{{/with}}
7575
{{/if}}
76+
{{else}}
77+
{{#if isOverload}}
78+
{{#eq skipDeserialization "True"}}
79+
skip_deserialization: typing_extensions.Literal[True],
80+
{{/eq}}
81+
{{/if}}
7682
{{/if}}
7783
{{#if queryParams}}
7884
query_params: RequestQueryParams = frozendict.frozendict(),

0 commit comments

Comments
 (0)