{
    "title": "order summary",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.dailyplan.DailyPlanOrdersSummary",
    "type": "object",
    "properties": {
        "submitted": {
            "type": "integer",
            "minimum": 0
        },
        "submittedLate": {
            "type": "integer",
            "minimum": 0
        },
        "planned": {
            "type": "integer",
            "minimum": 0
        },
        "plannedLate": {
            "type": "integer",
            "minimum": 0
        },
        "finished": {
            "type": "integer",
            "minimum": 0
        }
    }
}