You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by dg...@apache.org on 2022/08/30 08:59:27 UTC

[unomi] branch update-pageinfo-json-schema created (now 05ccbf53f)

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

dgriffon pushed a change to branch update-pageinfo-json-schema
in repository https://gitbox.apache.org/repos/asf/unomi.git


      at 05ccbf53f UNOMI-653 : add missing properties to pageInfo schema

This branch includes the following new commits:

     new 05ccbf53f UNOMI-653 : add missing properties to pageInfo schema

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[unomi] 01/01: UNOMI-653 : add missing properties to pageInfo schema

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dgriffon pushed a commit to branch update-pageinfo-json-schema
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 05ccbf53f0428379d88055120516dbfe466c1586
Author: David Griffon <dg...@jahia.com>
AuthorDate: Tue Aug 30 10:59:19 2022 +0200

    UNOMI-653 : add missing properties to pageInfo schema
---
 .../META-INF/cxs/schemas/items/page/page.properties.pageInfo.json | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/items/page/page.properties.pageInfo.json b/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/items/page/page.properties.pageInfo.json
index 8f1702e53..2e9c6d4d6 100644
--- a/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/items/page/page.properties.pageInfo.json
+++ b/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/items/page/page.properties.pageInfo.json
@@ -46,6 +46,14 @@
       "type": ["null", "string"],
       "format": "uri"
     },
+    "referrerQuery": {
+      "type": ["null", "string"],
+      "format": "string"
+    },
+    "referrerHost": {
+      "type": ["null", "string"],
+      "format": "string"
+    },
     "tags": {
       "type": "array",
       "items": {