{
    "title": "lock",
    "id": "schemas/joe/lock/lock",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.joe.lock.Lock",
    "type": "object",
    "javaInterfaces": [
        "com.sos.joc.model.joe.common.IJSObject"
    ],
    "properties": {
        "maxNonExclusive": {
            "id": "schemas/common/nonNegativeInteger",
            "type": "integer",
            "minimum": 0
        }
    }
}