{
    "title": "xmleditor read others configuration state answer",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.xmleditor.read.other.AnswerConfigurationState",
    "type": "object",
    "description": "Describes the draft situation",
    "properties": {
        "deployed": {
            "type": "boolean"
        },
        "versionState": {
            "javaType": "com.sos.joc.model.xmleditor.common.ObjectVersionState",
            "type": "string",
            "enum": [
                "LIVE_IS_NEWER",
                "DRAFT_IS_NEWER",
                "LIVE_NOT_EXIST",
                "DRAFT_NOT_EXIST",
                "NO_CONFIGURATION_EXIST"
            ]
        },
        "message": {
            "javaType": "com.sos.joc.model.xmleditor.common.AnswerMessage",
            "type": "object",
            "properties": {
                "code": {
                    "type": "string"
                },
                "message": {
                    "type": "string"
                }
            }
        }
    }
}