Services/Sync/Developer/StorageFormat

From MozillaWiki
< Services‎ | Sync
Revision as of 19:11, 26 March 2010 by Mardak (talk | contribs) (initial structure)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Under a user's /storage path, there's a set of well-known records and storage formats used by the Weave Sync add-on. This document describes the JS-object format of the JSON-string payload.

meta/global

This record contains general metadata to describe data like versions and syncID.

Version 2

storageVersion int:
syncID string:
engines object:

Changes from v1 -> v2

Version 1

storageVersion string:
syncID string:

Weave Basic Object