{
    "title": "xmleditor yade read profiles in",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.yade.xmleditor.Profiles",
    "type": "object",
    "description": "",
    "required": [
        "jobschedulerId"
    ],
    "properties": {
        "jobschedulerId": {
            "type": "string"
        }
    }
}