{
    "title": "xmleditor delete other draft configuration answer",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.xmleditor.remove.RemoveOtherAnswer",
    "type": "object",
    "description": "",
    "properties": {
        "removed": {
            "description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
            "type": "string",
            "format": "date-time"
        },
        "found": {
            "type": "boolean"
        }
    },
    "additionalProperties": false
}