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