Skip to content

Commit

Permalink
tweak doc limits from team meeting
Browse files Browse the repository at this point in the history
resolves #135
  • Loading branch information
amorton committed Feb 22, 2023
1 parent 4f097e4 commit 6edc9b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/jsonapi-spec.textile
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,15 @@ h4(#documentLimitsFields). Document Field Limits

The maximum length of a "field name":#documentFieldNames is 48 characters.

The maximum number of fields allowed in a single JSON object is 32.
The maximum number of fields allowed in a single JSON object is 64.

h4(#documentLimitsValues). Document Value Limits

The maxium size of field values are:

|_. JSON Type |_. Maximum Value |
| @string@ | Maximum length of 4096 unicode characters |
| @number@ | Arbitrary sized number described using "BigDecimal in Java":https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html#BigDecimal-java.lang.String- |
| @string@ | Maximum length of 16384 unicode characters |
| @number@ | TODO: define max num that is well handled by BigDecimal |

h4(#documentLimitsArray). Document Array Limits

Expand Down

0 comments on commit 6edc9b1

Please sign in to comment.