blob: 4de017a477f9812cd917b82aefbcc04c72c6b3f6 [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/personalization/target/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Target",
"type": "object",
"properties": {
"target" : {
"type" : "string"
},
"values" : {
"type" : "array",
"items": {
"type": "string"
}
}
}
}