Schema
At the lowest layer Camlistore doesn't care what you put in it
(everything is just dumb bytes) and you're free to adopt your own data
model. However, the upper layers of Camlistore standardize on a common
schema to represent various classes of data.
Here are some of the models we've started to formalize a JSON schema for:
- Files: traditional filesystems. Files, directories, inodes, symlinks, etc.
- Permanodes: the immutable root "anchor" of mutable Camli objects (see terminology). Must be signed.
- Signing
- Static Sets
- Dynamic Sets, a Camli Object representing a mutable set of items (e.g. blog, photo collection / gallery, mutable filesystem, etc). TODO: docs sprinkled in various places. Consolidate.
- Keep claims