blob: e17ce633f65506fcc19e3cbf867af5e42ad5690e [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/events/dummy_event_type/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self": {
"vendor": "org.apache.unomi",
"name": "dummy_event_type",
"format": "jsonschema",
"target": "events",
"version": "1-0-0"
},
"title": "DummyEvent",
"type": "object",
"allOf": [
{
"$ref": "https://unomi.apache.org/schemas/json/event/1-0-0"
}
],
"properties": {
"source": {
"type": "object",
"properties": {
"itemType": {
"type": "string"
},
"scope": {
"type": "string"
},
"itemId": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"myProperty": {
"type": "string",
"maxLength": 20000
}
}
}
}
}
}
}