{
    "title": "xmleditor delete all configurations in",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.xmleditor.delete.all.DeleteAll",
    "type": "object",
    "description": "",
    "required": [
        "jobschedulerId",
        "objectTypes"
    ],
    "properties": {
        "jobschedulerId": {
            "type": "string",
            "pattern": "^[^/\\<>?:\"|*]*$",
            "maxLength": 100
        },
        "objectTypes": {
            "type": "array",
            "items": {
                "javaType": "com.sos.joc.model.xmleditor.common.ObjectType",
                "type": "string",
                "enum": [
                    "YADE",
                    "NOTIFICATION",
                    "OTHER"
                ]
            }
        }
    }
}