You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/02/20 14:08:56 UTC

[unomi] branch master updated: Fix formatting that should not be there in ASCII Doctor format

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 1fb85e1  Fix formatting that should not be there in ASCII Doctor format
1fb85e1 is described below

commit 1fb85e1c103d9c6ba6222e0211a13d2c5fcb27c8
Author: Serge Huber <sh...@apache.org>
AuthorDate: Thu Feb 20 15:08:48 2020 +0100

    Fix formatting that should not be there in ASCII Doctor format
---
 manual/src/main/asciidoc/builtin-event-types.adoc | 6 +++---
 manual/src/main/asciidoc/datamodel.adoc           | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/manual/src/main/asciidoc/builtin-event-types.adoc b/manual/src/main/asciidoc/builtin-event-types.adoc
index f95b438..16821b5 100644
--- a/manual/src/main/asciidoc/builtin-event-types.adoc
+++ b/manual/src/main/asciidoc/builtin-event-types.adoc
@@ -275,9 +275,9 @@ image::update-properties-event-type.png[]
     "profileId": "bc1e1238-a9ac-4b3a-8f63-5eec205cfcd5",
     "timeStamp": "2020-01-31T08:51:15Z",
     "properties": {
-        " *targetId* ": "f7d1f1b9-4415-4ff1-8fee-407b109364f7",
-        " *targetType* ": "profile",
-        " *add* ": {
+        "targetId": "f7d1f1b9-4415-4ff1-8fee-407b109364f7",
+        "targetType": "profile",
+        "add": {
             "properties.phoneNumber": "+1-123-555-12345",
             "properties.countryName": "US",
             "properties.city": "Las Vegas",
diff --git a/manual/src/main/asciidoc/datamodel.adoc b/manual/src/main/asciidoc/datamodel.adoc
index d6f86ad..a8f8382 100755
--- a/manual/src/main/asciidoc/datamodel.adoc
+++ b/manual/src/main/asciidoc/datamodel.adoc
@@ -311,7 +311,7 @@ image::profile.png[]
     },
     "systemProperties": {
         "mergeIdentifier": "bill",
-        " *lists* ": [
+        "lists": [
             "userListId"
         ],
 "goals": {