From 0303b7892326bf6250063a7b0e30ba300440241d Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 14 Nov 2023 09:21:25 +0100 Subject: [PATCH] Update docs/usermanual.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fermín Galán Márquez --- docs/usermanual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usermanual.md b/docs/usermanual.md index 0a4544c43..3d2453949 100644 --- a/docs/usermanual.md +++ b/docs/usermanual.md @@ -132,9 +132,9 @@ and ``` [ { - id: 'MyEntityId1', - type: 'MyEntityType1', - attr1: { type: 'text', value: 'MyAttr1Value'}, + "id": "MyEntityId1", + "type": "MyEntityType1", + "attr1": { "type": "Text", "value": "MyAttr1Value"}, ... }, ...