From 6edc9b1bf4b5ff0603fadc9b866f4c6f118fe351 Mon Sep 17 00:00:00 2001 From: Aaron Morton Date: Thu, 23 Feb 2023 12:07:36 +1300 Subject: [PATCH] tweak doc limits from team meeting resolves #135 --- docs/jsonapi-spec.textile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/jsonapi-spec.textile b/docs/jsonapi-spec.textile index bcce1e7449..c117b1be7e 100644 --- a/docs/jsonapi-spec.textile +++ b/docs/jsonapi-spec.textile @@ -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