diff --git a/UseCases/StorageAPI.mdwn b/UseCases/StorageAPI.mdwn index aa7f7a894578963b2cf780b633a76ba254c7e978..cf19afe280d31ed272a7d127bf54c32cffd7c9a8 100644 --- a/UseCases/StorageAPI.mdwn +++ b/UseCases/StorageAPI.mdwn @@ -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.