self::FORMAT_DATE, 'workingTime' => self::FORMAT_TIME, ]; const WORKING_HOURS_VIEW_JSON_FORMAT = [ "period" => "string", "periodDesignation" => "string", "totalHours" => self::FORMAT_TIME, "workingDays" => 'integer:>0', "overtime" => self::FORMAT_TIME, ]; const ERROR_JSON_FORMAT = [ "timestamp" => "string:date", "status" => "integer", "error" => "string", "message" => "string", "path" => "string", ]; }