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