Add information about how long is integer and number type #504
Closed
Robert50364
started this conversation in
Specification
Replies: 1 comment 3 replies
-
JSON Schema operates on the JSON data model defined by the JSON specification, RFC 8259. That spec says that numbers in JSON aren't limited, but notes that, practically, implementations may impose such limits. Many JSON Schema implementations rely on external JSON parsers, and likely any limitations will be defined there. You'll need to check with the specific JSON Schema implementation you're using to see what it supports. For example, in my implementation, JsonSchema.Net, I use a .Net |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I read reference at "Numeric Types" section, I can't find information about how long is integer and number in bits. Default integer is 32 or 64 bits? I think this information may be helpful.
Beta Was this translation helpful? Give feedback.
All reactions