{
    "title": "xmleditor deploy configuration answer",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.xmleditor.deploy.DeployConfigurationAnswer",
    "type": "object",
    "description": "",
    "properties": {
        "deployed": {
            "description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
            "type": "string",
            "format": "date-time"
        },
        "validationError": {
            "javaType": "com.sos.joc.model.xmleditor.validate.ErrorMessage",
            "type": "object",
            "properties": {
                "code": {
                    "type": "string"
                },
                "message": {
                    "type": "string"
                },
                "line": {
                    "type": "integer"
                },
                "column": {
                    "type": "integer"
                },
                "elementName": {
                    "type": "string"
                },
                "elementPosition": {
                    "type": "string"
                }
            }
        },
        "message": {
            "javaType": "com.sos.joc.model.xmleditor.common.AnswerMessage",
            "type": "object",
            "properties": {
                "code": {
                    "type": "string"
                },
                "message": {
                    "type": "string"
                }
            }
        }
    }
}