Skip to main content

BigIntString

Arbitrary-precision integer encoded as a base-10 string because JSON/OpenAPI cannot safely represent TypeScript bigint values.

stringbigint

Arbitrary-precision integer encoded as a base-10 string because JSON/OpenAPI cannot safely represent TypeScript bigint values.

Possible values: Value must match regular expression ^[+-]?\d+$

Example: 1500000000000000000
BigIntString
"1500000000000000000"