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:
1500000000000000000BigIntString
"1500000000000000000"