blob: 6e133b25fdafc7a543814b96b59c8e3cc9b9cdcd [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/events/dummy/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self":{
"vendor":"org.apache.unomi",
"name":"dummy",
"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": {
"properties": {
"$ref": "https://unomi.apache.org/schemas/json/events/dummy/properties/1-0-0"
}
},
"unevaluatedProperties": false
}