{
    "title": "ActiveSessionsFilter",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.security.sessions.ActiveSessionsFilter",
    "type": "object",
    "properties": {
        "accountName": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "limit": {
            "description": "restricts the number of responsed records; -1=unlimited",
            "type": "integer",
            "default": 10000
        }
    }
}