{
    "title": "deployment history filter",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.publish.DeploymentHistoryFilter",
    "type": "object",
    "properties": {
        "controllerId": {
            "type": "string"
        },
        "version": {
            "type": "string"
        },
        "versionId": {
            "type": "string"
        },
        "deploymentDate": {
            "description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
            "type": "string",
            "format": "date-time"
        }
    }
}