Storage API should require globally unique identifiers.

This commit is contained in:
Bradley M. Kuhn 2013-11-14 19:11:48 -05:00
parent 75749abf55
commit 94e6e2acb3

View file

@ -31,6 +31,9 @@ following fields:
balance, otherwise the posting is not valid.
- State
Each posting has a globally unique identifier that does not change after its
first creation.
## State
State has the following fields:
@ -60,3 +63,5 @@ Entries have the following fields:
- (optional) zero or more key value pairs for tagging
Each entry has a globally unique identifier that does not change after its
first creation.