blob: 73516acfb70fd47b2306ff8ab097e416f8489fa1 [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/events/incrementInterest/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self":{
"vendor":"org.apache.unomi",
"target" : "events",
"name": "incrementInterest",
"format":"jsonschema",
"version":"1-0-0"
},
"title": "IncrementInterestEvent",
"type": "object",
"allOf": [{ "$ref": "https://unomi.apache.org/schemas/json/event/1-0-0" }],
"properties" : {
"flattenedProperties" : {
"$ref" : "https://unomi.apache.org/schemas/json/events/incrementInterest/flattenProperties/1-0-0"
}
},
"unevaluatedProperties" : false
}