{
    "title": "xmleditor read configuration answer OTHER",
    "id": "schemas/xmleditor/read/other/answer-configuration-schema",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.xmleditor.read.other.AnswerConfiguration",
    "type": "object",
    "description": "",
    "required": [
        "name"
    ],
    "properties": {
        "id": {
            "type": "integer"
        },
        "name": {
            "type": "string"
        },
        "schema": {
            "type": "string"
        },
        "configuration": {
            "type": "string"
        },
        "modified": {
            "id": "schemas/common/timestamp",
            "description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
            "type": "string",
            "format": "date-time"
        }
    }
}