From 966a271e98545788bc95d941c2e80e95b333d946 Mon Sep 17 00:00:00 2001 From: aviau Date: Mon, 4 Jan 2021 18:38:17 -0500 Subject: [PATCH] docs: standardize on <=1MB schema blobs --- doc/schema/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/schema/README.md b/doc/schema/README.md index 270a19b32..78e8b7bfe 100644 --- a/doc/schema/README.md +++ b/doc/schema/README.md @@ -7,7 +7,7 @@ classes of data. Schema blobs are JSON objects with at least two attributes always set: `camliVersion`, which is always 1, and `camliType`, which tells you the type of -metadata the blob contains. +metadata the blob contains. The blob must not be larger than 1MB. Here are some of the data types we've started to formalize a [JSON](http://json.org/) schema for: