Storage API should require globally unique identifiers.
This commit is contained in:
parent
75749abf55
commit
94e6e2acb3
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,9 @@ following fields:
|
||||||
balance, otherwise the posting is not valid.
|
balance, otherwise the posting is not valid.
|
||||||
- State
|
- State
|
||||||
|
|
||||||
|
Each posting has a globally unique identifier that does not change after its
|
||||||
|
first creation.
|
||||||
|
|
||||||
## State
|
## State
|
||||||
|
|
||||||
State has the following fields:
|
State has the following fields:
|
||||||
|
@ -60,3 +63,5 @@ Entries have the following fields:
|
||||||
- (optional) zero or more key value pairs for tagging
|
- (optional) zero or more key value pairs for tagging
|
||||||
|
|
||||||
|
|
||||||
|
Each entry has a globally unique identifier that does not change after its
|
||||||
|
first creation.
|
||||||
|
|
Loading…
Reference in a new issue