blob: 184044926429525192f04d361a4e0fcf922473b9 [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/events/view/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self":{
"vendor":"org.apache.unomi",
"target" : "events",
"name": "view",
"format":"jsonschema",
"version":"1-0-0"
},
"title": "ViewEvent",
"type": "object",
"allOf": [{ "$ref": "https://unomi.apache.org/schemas/json/event/1-0-0" }],
"properties" : {
"properties" : {
"type" : "object",
"maxProperties": 50
},
"source" : {
"$ref" : "https://unomi.apache.org/schemas/json/customitems/site/1-0-0"
},
"target" : {
"$ref" : "https://unomi.apache.org/schemas/json/customitems/page/1-0-0"
}
}
}