blob: bdfabc0fac95b159258de8fba9eab6341558d72e [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/events/anonymizeProfile/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self":{
"vendor":"org.apache.unomi",
"target" : "events",
"name": "anonymizeProfile",
"format":"jsonschema",
"version":"1-0-0"
},
"title": "AnonymizeProfileEvent",
"type": "object",
"allOf": [{ "$ref": "https://unomi.apache.org/schemas/json/event/1-0-0" }],
"properties" : {
"target" : {
"$ref" : "https://unomi.apache.org/schemas/json/profile/1-0-0"
}
}
}