{
    "title": "edit lock configuration",
    "id": "schemas/joe/lock/lockEdit",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.joe.lock.LockEdit",
    "type": "object",
    "required": [
        "configuration"
    ],
    "extends": {
        "javaType": "com.sos.joc.model.joe.common.JSObjectEdit"
    },
    "properties": {
        "configuration": {
            "id": "schemas/joe/lock/lock",
            "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
                }
            }
        }
    }
}