{
    "title": "edit folders",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.joe.other.FolderEdit",
    "type": "object",
    "extends": {
        "javaType": "com.sos.joc.model.joe.common.JSObjectEdit"
    },
    "properties": {
        "configuration": {
            "javaType": "com.sos.joc.model.joe.common.EmptyConfiguration",
            "javaInterfaces": [
                "com.sos.joc.model.joe.common.IJSObject"
            ],
            "type": "object"
        }
    }
}