blob: 7c3b5bfd1af6a0d5e4c22a469a4855303726f93a [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/event/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Event",
"type": "object",
"allOf": [{ "$ref": "https://unomi.apache.org/schemas/json/timestampeditem/1-0-0" }],
"properties" : {
"eventType" : {
"type" : "string",
"pattern" : "^(\\w|[-_@\\.]){0,60}$"
},
"profileId" : {
"type" : [ "string"],
"pattern" : "^(\\w|[-_@\\.]){0,60}$"
},
"sessionId" : {
"type" : [ "string"],
"pattern" : "^(\\w|[-_@\\.]){0,60}$"
},
"scope" : {
"type" : [ "string"],
"pattern" : "^(\\w|[-_@\\.]){0,60}$"
},
"sourceId" : {
"type" : [ "string"],
"pattern" : "^(\\w|[-_@\\.]){0,60}$"
}
}
}