blob: f471d3e4c232d3b05f4352061ed4868056ac484f [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/events/video/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self": {
"vendor": "org.apache.unomi",
"target": "events",
"name": "video",
"format": "jsonschema",
"version": "1-0-0"
},
"title": "VideoEvent",
"type": "object",
"allOf": [
{
"$ref": "https://unomi.apache.org/schemas/json/event/1-0-0"
}
],
"properties": {
"source": {
"$ref": "https://unomi.apache.org/schemas/json/items/page/1-0-0"
},
"target": {
"$ref": "https://unomi.apache.org/schemas/json/events/video/target/1-0-0"
}
},
"unevaluatedProperties": false
}