{
    "title": "export info",
    "id": "schemas/docu/exportInfo",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.docu.ExportInfo",
    "type": "object",
    "properties": {
        "filename": {
            "description": "name of temporary file. Can be used as parameter for GET Method of ./documentations/export",
            "type": "string"
        },
        "deliveryDate": {
            "id": "schemas/common/deliveryDate",
            "description": "Current date of the JOC server/REST service. Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ",
            "type": "string",
            "format": "date-time"
        }
    }
}