{
    "title": "JS Object configuration",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.inventory.Validate",
    "type": "object",
    "properties": {
        "valid": {
            "type": "boolean"
        },
        "invalidMsg": {
            "type": "string"
        },
        "deliveryDate": {
            "description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
            "type": "string",
            "format": "date-time"
        }
    }
}