Skip to content

Commit 10f04ee

Browse files
Smaug123claude
andauthored
Honour the int64 integer format (#544)
All Swagger integer definitions rendered as F# int regardless of format, narrowing 64-bit IDs to Int32: overflow on the way out, rejection of valid responses on the way in. "format": "int64" now renders as int64 in both defnToType and renderType; other or absent formats remain int. E.g. IssueGetComments now takes index : int64 and Team.Id is int64 option. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 07e3390 commit 10f04ee

5 files changed

Lines changed: 778 additions & 686 deletions

File tree

0 commit comments

Comments
 (0)