XSessionType Data Type

Properties
name data type description
db string
conf array of MapType
resource_path array of ResourcePath

Example

{
  "db" : "...",
  "conf" : [ {
    "key" : "...",
    "value" : "..."
  }, {
    "key" : "...",
    "value" : "..."
  } ],
  "resource_path" : [ {
    "path" : "...",
    "type" : "..."
  }, {
    "path" : "...",
    "type" : "..."
  } ]
}