{
    "title": "xmleditor validate configuration in",
    "id": "schemas/xmleditor/validate/validate-configuration-schema",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.xmleditor.validate.ValidateConfiguration",
    "type": "object",
    "description": "schema only for OTHER",
    "required": [
        "jobschedulerId",
        "objectType",
        "configuration"
    ],
    "properties": {
        "jobschedulerId": {
            "type": "string"
        },
        "objectType": {
            "id": "schemas/xmleditor/common/object-type-schema",
            "javaType": "com.sos.joc.model.xmleditor.common.ObjectType",
            "type": "string",
            "enum": [
                "YADE",
                "NOTIFICATION",
                "OTHER"
            ]
        },
        "configuration": {
            "type": "string"
        },
        "schema": {
            "type": "string"
        }
    }
}