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:28 UTC

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

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": {