blob: 1e82ada0810a4195310ac10c57cededf9242551d [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/cookie/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Cookie",
"type": "object",
"properties": {
"profileIdCookieName" : {
"type" : "string",
"pattern" : "^(\\w|[-_@\\.]){0,60}$"
}
}
}