blob: 366a795243e55029d2ba308ad08649f647dc0068 [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/rest/requestIds/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self":{
"vendor":"org.apache.unomi",
"name": "contextRequest",
"format":"jsonschema",
"version":"1-0-0"
},
"title": "ContextRequest",
"type": "object",
"properties": {
"sessionId": {
"type": ["null", "string"],
"pattern" : "^(\\w|[-_@\\.]){0,60}$"
},
"profileId": {
"type": ["null", "string"],
"pattern" : "^(\\w|[-_@\\.]){0,60}$"
},
"personaId" : {
"type" : ["null", "string"],
"pattern" : "^(\\w|[-_@\\.]){0,60}$"
}
}
}