{
    "title": "OrderSleepState",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "javaType": "com.sos.controller.model.order.OrderSleepState",
    "description": "set if state == OrderSleeping",
    "properties": {
        "until": {
            "description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
            "type": "string",
            "format": "date-time"
        }
    },
    "additionalProperties": false
}