From efb084b48157b827407d7db47f8710a39e8e6564 Mon Sep 17 00:00:00 2001 From: hoijui Date: Tue, 29 Oct 2019 07:16:31 +0100 Subject: [PATCH] Make the ADD_COMMENT example more realistic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Michael Muré --- doc/model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/model.md b/doc/model.md index e60a2fa8..c6d12bf5 100644 --- a/doc/model.md +++ b/doc/model.md @@ -29,8 +29,8 @@ These `Operation`s are aggregated in an `OperationPack`, a simple array. An `Ope "author": { "id": "5034cd36acf1a2dadb52b2db17f620cc050eb65c" }, - "timestamp": 1533640589, - "title": "This title is better" + "timestamp": 1533640612, + "message": "A new comment" } ] ```