summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--format-green-albatross.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/format-green-albatross.mdwn b/format-green-albatross.mdwn
index f1486d4..ef00495 100644
--- a/format-green-albatross.mdwn
+++ b/format-green-albatross.mdwn
@@ -55,6 +55,8 @@ A bag is implemented as a Python `dict` object:
'blobs': [...],
}
+The `blobs` field contains the blobs. Each blob may be an arbitrary
+byte string (for chunks), or an encoded Python object.
Object identifiers
==================