{
    "title": "xmleditor read OTHER configuration answer",
    "id": "schemas/xmleditor/read/other/read-other-configuration-answer-schema",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.xmleditor.read.other.ReadOtherConfigurationAnswer",
    "type": "object",
    "description": "",
    "properties": {
        "configuration": {
            "id": "schemas/xmleditor/read/other/answer-configuration-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"
                }
            }
        },
        "configurations": {
            "items": {
                "id": "schemas/xmleditor/read/other/answer-configuration-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"
                    }
                }
            }
        },
        "schemas": {
            "items": {
                "type": "string"
            }
        }
    }
}