Redocly/redoc

Support 64-bit integers in sample responses

Open

#530 opened on 2018年6月11日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)TypeScript (21,877 stars) (2,272 forks)batch import
help wantedopenapi

説明

Currently on 2.0, 64-bit integers are truncated to 53 bits due to limitations in JavaScript. This shows in the sample response, where integer 10765432100123456789 is truncated to 10765432100123458000.

It would be nice if ReDoc supported rendering integers with format int64 correctly in sample responses.

コントリビューターガイド