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

dgriffon 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 36cb73eab UNOMI-653 : add missing properties to pageInfo schema (#484)
36cb73eab is described below

commit 36cb73eab7890bb14c189918e760e69d804a08ff
Author: David Griffon <[email protected]>
AuthorDate: Tue Aug 30 11:54:42 2022 +0200

    UNOMI-653 : add missing properties to pageInfo schema (#484)
    
    * UNOMI-653 : add missing properties to pageInfo schema
    
    * update schemas
---
 .../META-INF/cxs/schemas/items/page/page.properties.pageInfo.json   | 6 ++++++
 1 file changed, 6 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..1c72b4fa3 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,12 @@
       "type": ["null", "string"],
       "format": "uri"
     },
+    "referrerQuery": {
+      "type": ["null", "string"]
+    },
+    "referrerHost": {
+      "type": ["null", "string"]
+    },
     "tags": {
       "type": "array",
       "items": {

Reply via email to