sergehuber commented on a change in pull request #353:
URL: https://github.com/apache/unomi/pull/353#discussion_r728309914



##########
File path: services/src/main/resources/META-INF/cxs/schemas/event.json
##########
@@ -0,0 +1,29 @@
+{
+  "$id": "https://unomi.apache.org/schemas/json/event.json";,
+  "$schema": "https://json-schema.org/draft/2019-09/schema";,
+  "title": "Event",
+  "type": "object",
+  "allOf": [{ "$ref": 
"https://unomi.apache.org/schemas/json/timestampeditem.json"; }],
+  "properties" : {
+    "eventType" : {
+      "type" : "string",
+      "pattern" : "^(\\w|[-_@\\.]){0,50}$"
+    },
+    "profileId" : {
+      "type" : [ "null", "string"],
+      "pattern" : "^(\\w|[-_@\\.]){0,50}$"

Review comment:
       Hi @jsinovassin yes thanks for catching that I will.

##########
File path: services/src/main/resources/META-INF/cxs/schemas/event.json
##########
@@ -0,0 +1,29 @@
+{
+  "$id": "https://unomi.apache.org/schemas/json/event.json";,
+  "$schema": "https://json-schema.org/draft/2019-09/schema";,
+  "title": "Event",
+  "type": "object",
+  "allOf": [{ "$ref": 
"https://unomi.apache.org/schemas/json/timestampeditem.json"; }],
+  "properties" : {
+    "eventType" : {
+      "type" : "string",
+      "pattern" : "^(\\w|[-_@\\.]){0,50}$"
+    },
+    "profileId" : {
+      "type" : [ "null", "string"],
+      "pattern" : "^(\\w|[-_@\\.]){0,50}$"

Review comment:
       Ok I've changed it to 60.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to