blob: 4804547f435db03b550660f10532492b37bd4c1a [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/events/search/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self":{
"vendor":"org.apache.unomi",
"target" : "events",
"name": "search",
"format":"jsonschema",
"version":"1-0-0"
},
"title": "SearchEvent",
"type": "object",
"allOf": [{ "$ref": "https://unomi.apache.org/schemas/json/event/1-0-0" }],
"properties" : {
"properties" : {
"type" : "object",
"properties" : {
"consent" : {
"$ref" : "https://unomi.apache.org/schemas/json/consent/1-0-0"
}
}
},
"source" : {
"$ref" : "https://unomi.apache.org/schemas/json/customitems/page/1-0-0"
},
"target" : {
"$ref" : "https://unomi.apache.org/schemas/json/customitem/1-0-0"
}
}
}