blob: 43c22ac4bdab39419cdc5c7b72a783f756cf83bf [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/events/updateProperties/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self":{
"vendor":"org.apache.unomi",
"target" : "events",
"name": "updateProperties",
"format":"jsonschema",
"version":"1-0-0"
},
"title": "UpdatePropertiesEvent",
"type": "object",
"allOf": [{ "$ref": "https://unomi.apache.org/schemas/json/event/1-0-0" }],
"properties" : {
"properties" : {
"type" : "object",
"maxProperties": 50
}
},
"$comment" : "WARNING: This schema is open and do not restrict unevaluated properties because it is protected with third-party server key check"
}