{
    "title": "Folder Edit configuration",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.inventory.folder.FolderEdit",
    "type": "object",
    "extends": {
        "javaType": "com.sos.joc.model.inventory.ConfigurationObject"
    },
    "properties": {
        "configuration": {
            "javaType": "com.sos.joc.model.inventory.folder.Folder",
            "type": "object",
            "javaInterfaces": [
                "com.sos.joc.model.common.IConfigurationObject"
            ],
            "properties": {
                "path": {
                    "description": "absolute path of a JobScheduler object.",
                    "type": "string",
                    "pattern": "^(/|(/[^/\\<>?:\"|*]+)+)$",
                    "maxLength": 255,
                    "minLength": 1
                },
                "title": {
                    "type": "string",
                    "pattern": "^[^<>]*$",
                    "maxLength": 255
                }
            }
        }
    }
}