diff --git a/references-to-previous-events.md b/references-to-previous-events.md index 0befa6b6..bce4f6bc 100644 --- a/references-to-previous-events.md +++ b/references-to-previous-events.md @@ -31,7 +31,7 @@ Some choices: "kind": ..., ..., ..., - "chain": [ + "e_prev": [ [, ], [, ], ... @@ -110,24 +110,26 @@ Clients should visualize: If there are many missing previous events, these can be collapsed to a "N missing events" block. -TODO: rename "chain" --------------------- +TODO: rename key +---------------- ```json { ..., - "chain": [ + "e_prev": [ ... ] } ``` -Rename the key "chain" to ... +Rename the key to ... - previous_events +- e_prev - prevs - history - soft_chain +- chain Keywords --------