{
    "title": "export info",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.docu.ExportInfo",
    "type": "object",
    "properties": {
        "filename": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "deliveryDate": {
            "description": "Date time. Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ",
            "type": "string",
            "format": "date-time"
        }
    }
}