All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.cxs.schemas.rest.requestIds.json Maven / Gradle / Ivy

The newest version!
{
  "$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}$"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy