{
    "title": "List of JOC logs",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.JOClogs",
    "type": "object",
    "properties": {
        "filenames": {
            "type": "array",
            "items": {
                "type": "string",
                "pattern": "^[^/\\<>?:\"|*]*$",
                "maxLength": 255
            }
        }
    }
}